Variable Page2ProjectFieldSchemaConst
Page2ProjectFieldSchema: ZodObject<
{
isLast: ZodBoolean;
maxResults: ZodNumber;
nextPage: ZodOptional<ZodURL>;
self: ZodOptional<ZodURL>;
startAt: ZodNumber;
total: ZodNumber;
values: ZodArray<
ZodObject<
{
description: ZodOptional<ZodString>;
fieldId: ZodOptional<ZodString>;
isRequired: ZodOptional<ZodBoolean>;
projectId: ZodOptional<ZodNumber>;
workTypeId: ZodOptional<ZodNumber>;
},
$loose,
>,
>;
},
$loose,
> = PageProjectFieldSchema
Deprecated
Renamed to
PageProjectFieldSchema, which describes the same shape. This alias is removed in the next major version.