Variable Page2GetProjectsWithFieldSchemesResponseSchemaConst
Page2GetProjectsWithFieldSchemesResponseSchema: ZodObject<
{
isLast: ZodBoolean;
maxResults: ZodNumber;
nextPage: ZodOptional<ZodURL>;
self: ZodOptional<ZodURL>;
startAt: ZodNumber;
total: ZodNumber;
values: ZodArray<
ZodObject<
{
projectId: ZodOptional<ZodNumber>;
schemeId: ZodOptional<ZodNumber>;
},
$loose,
>,
>;
},
$loose,
> = PageGetProjectsWithFieldSchemesResponseSchema
Deprecated
Renamed to
PageGetProjectsWithFieldSchemesResponseSchema, which describes the same shape. This alias is removed in the next major version.