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