/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface ProjectIdentifiersAsResponse { /** * The ID of the created project. */ id: number; /** * The key of the created project. */ key: string; /** * The URL of the created project. */ self: string; } //# sourceMappingURL=ProjectIdentifiersAsResponse.d.ts.map