import { type AnythingBut } from "https://deno.land/x/discordeno@17.0.1/plugins/cache/deps.ts";
Allows any type but T it is recursive
Examples
export type RequestData = Record<string, AnythingBut>;
export type RequestData = Record<string, AnythingBut>;