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