/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface PlanLogLocationBeanAsResponse { id?: number; name?: string; } //# sourceMappingURL=PlanLogLocationBeanAsResponse.d.ts.map