/** Storage Policy */
export interface StoragePolicy {
    /** Description of the storage policy */
    description: string;
    /** Name of the storage policy */
    name: string;
    /** Id of the storage policy */
    storagePolicyId: string;
}
//# sourceMappingURL=StoragePolicy.d.ts.map