Skip to content

Variable: CreateAssociationsSchema

ts
const CreateAssociationsSchema: ZodObject<{
  associationContexts: ZodArray<ZodObject<{
     identifier: ZodOptional<ZodRecord<ZodString, ZodAny>>;
     type: ZodString;
  }, $loose>>;
  fields: ZodArray<ZodObject<{
     identifier: ZodOptional<ZodRecord<ZodString, ZodAny>>;
     type: ZodString;
  }, $loose>>;
}, $strip>;

Defined in: src/cloud/parameters/createAssociations.ts:4