import { type LoadableInterfaceOptions } from "https://deno.land/x/pothos@release-1689659814/packages/plugin-dataloader/index.ts";
Type Parameters
Types extends SchemaTypes
Interfaces extends InterfaceParam<Types>[]
NameOrRef extends InterfaceParam<Types> | string
definition: InterfaceTypeOptions<Types, NameOrRef extends InterfaceParam<Types> ? NameOrRef : InterfaceRef<Shape>, Shape, Interfaces> & DataLoaderOptions<Types, Shape, Key, CacheKey>