Variable ConfigServiceSearchConfigQueryParamsConst
ConfigServiceSearchConfigQueryParams: ZodObject<
{
fields: ZodOptional<ZodArray<ZodString>>;
object: ZodOptional<
ZodArray<
ZodEnum<
{
calendars: "calendars";
case_comments: "case_comments";
cases: "cases";
cc_agent: "cc_agent";
cc_list: "cc_list";
cc_list_number: "cc_list_number";
cc_queue: "cc_queue";
cc_resource: "cc_resource";
cc_resource_group: "cc_resource_group";
cc_team: "cc_team";
chat_bots: "chat_bots";
contacts: "contacts";
devices: "devices";
record_file: "record_file";
schema: "schema";
users: "users";
},
>,
>,
>;
page: ZodOptional<ZodNumber>;
q: ZodOptional<ZodString>;
size: ZodOptional<ZodNumber>;
sort: ZodOptional<ZodString>;
},
$strip,
> = ...