Type alias QueryConfig<I>

QueryConfig<I>: {
    text: string;
    values?: QueryConfigValues<I>;
    types?: CustomTypesConfig;
}

Type Parameters

  • I = any[]

Type declaration