Skip to content

Variable: UpdateFieldAssociationSchemeResponseSchema

ts
const UpdateFieldAssociationSchemeResponseSchema: ZodObject<{
  description: ZodOptional<ZodString>;
  id: ZodOptional<ZodNumber>;
  links: ZodOptional<ZodObject<{
     associations: ZodOptional<ZodString>;
     projects: ZodOptional<ZodString>;
  }, $loose>>;
  name: ZodOptional<ZodString>;
}, $loose>;

Defined in: src/cloud/models/updateFieldAssociationSchemeResponse.ts:6

Response object after successfully updating an existing field association scheme.