Variable: ProjectIdentifierSchema
ts
const ProjectIdentifierSchema: ZodObject<{
id: ZodOptional<ZodNumber>;
key: ZodOptional<ZodString>;
}, $loose>;Defined in: src/cloud/models/projectIdentifier.ts:5
The identifiers for a project.