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