interface ContextCacheimport { type ContextCache } from "https://deno.land/x/pothos@release-1721977283/packages/core/utils/index.ts"; Type ParametersTC extends objectArgs extends unknown[]Call Signatures(context: C, ...args: Args): TPropertiesdelete: (context: C) => void