export interface ProjectIdentifiersAsResponse { /** * The URL of the created project. */ self: string; /** * The ID of the created project. */ id: number; /** * The key of the created project. */ key: string; } //# sourceMappingURL=ProjectIdentifiersAsResponse.d.ts.map