Skip to content

Variable: ProjectIdAssociationContextSchema

ts
const ProjectIdAssociationContextSchema: ZodObject<{
  identifier: ZodOptional<ZodNumber>;
  type: ZodString;
}, $loose>;

Defined in: src/cloud/models/projectIdAssociationContext.ts:5