Variable: GetContextDefaultValuesSchema
ts
const GetContextDefaultValuesSchema: ZodObject<{
contextId: ZodOptional<ZodArray<ZodNumber>>;
fieldId: ZodString;
issueTypeId: ZodOptional<ZodArray<ZodString>>;
maxResults: ZodOptional<ZodNumber>;
startAt: ZodOptional<ZodNumber>;
}, $strip>;Defined in: src/cloud/parameters/getContextDefaultValues.ts:3