CustomQuerytype CustomQuery<T extends ParamType = string> = { [P in T]?: string } & { metadata?: unknown; }; Referenced Types ParamType