import { ObjectLockModeEnum } from './storage/ObjectLockModeEnum';
/** Object */
export interface StorageLockConfigurationRule {
    /** Object lock mode */
    mode: ObjectLockModeEnum;
    /** The retention period that the default retention configuration must apply */
    period: string;
}
//# sourceMappingURL=StorageLockConfigurationRule.d.ts.map