import { ObjectLockModeEnum } from './storage/ObjectLockModeEnum';
/** Object retention configuration. */
export interface StorageObjectRetentionConfiguration {
    /** Object lock retention mode. */
    mode: ObjectLockModeEnum;
    /** The date on which this object lock retention will expire. */
    retainUntil: string;
}
//# sourceMappingURL=StorageObjectRetentionConfiguration.d.ts.map