Skip to content

Variable: SearchContentByCQLSchema

ts
const SearchContentByCQLSchema: ZodObject<{
  cql: ZodString;
  cqlcontext: ZodOptional<ZodString>;
  cursor: ZodOptional<ZodString>;
  expand: ZodOptional<ZodArray<ZodString>>;
  limit: ZodOptional<ZodNumber>;
}, $strip>;

Defined in: src/v1/parameters/searchContentByCQL.ts:3