Variable GetBoardByFilterIdSchemaConst
GetBoardByFilterIdSchema: ZodObject<
{
isLast: ZodBoolean;
maxResults: ZodNumber;
startAt: ZodNumber;
total: ZodNumber;
values: ZodArray<
ZodObject<
{
id: ZodOptional<ZodNumber>;
name: ZodOptional<ZodString>;
self: ZodOptional<ZodURL>;
},
$loose,
>,
>;
},
$loose,
> = PageBoardFilterSchema
Deprecated
Renamed to
PageBoardFilterSchema, which describes the same shape. This alias is removed in the next major version.