/*! * Copyright Adaptavist 2025 (c) All rights reserved */ export interface CommonPrefix { /** * Container for the specified common prefix. */ Prefix?: string; } //# sourceMappingURL=CommonPrefix.d.ts.map