Variable: ProjectIdentifiersSchema
ts
const ProjectIdentifiersSchema: ZodObject<{
id: ZodNumber;
key: ZodString;
self: ZodURL;
}, $loose>;Defined in: src/cloud/models/projectIdentifiers.ts:5
Identifiers for a project.