Variable: GetProjectsWithFieldSchemesResponseSchema
ts
const GetProjectsWithFieldSchemesResponseSchema: ZodObject<{
projectId: ZodOptional<ZodNumber>;
schemeId: ZodOptional<ZodNumber>;
}, $loose>;Defined in: src/cloud/models/getProjectsWithFieldSchemesResponse.ts:5
Response item returned from get projects with field schemes.