Skip to content

Variable: GetOptionsForContextSchema

ts
const GetOptionsForContextSchema: ZodObject<{
  contextId: ZodNumber;
  fieldId: ZodString;
  maxResults: ZodOptional<ZodNumber>;
  onlyOptions: ZodOptional<ZodBoolean>;
  optionId: ZodOptional<ZodNumber>;
  startAt: ZodOptional<ZodNumber>;
}, $strip>;

Defined in: src/cloud/parameters/getOptionsForContext.ts:3