ContextQuerytype ContextQuery<T extends ParamType = string> = { [Key in T]: ContextQueryParams }; Referenced Types ParamType ContextQueryParams