/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface ContainerSummaryAsResponse { title: string; displayUrl: string; } //# sourceMappingURL=ContainerSummaryAsResponse.d.ts.map