import { type AnythingBut } from "https://deno.land/x/discordeno@17.2.0/template/minimal/deps.ts";
Allows any type but T it is recursive
Examples
export type RequestData = Record<string, AnythingBut>;
export type RequestData = Record<string, AnythingBut>;
definition: Exclude<Primitive | [K in PropertyKey]: AnythingBut<T> | ArrayWithNoPrototype<Primitive | [K in PropertyKey]: AnythingBut<T>>, T>