/**
 * Copyright (c) Spectro Cloud
 * SPDX-License-Identifier: Apache-2.0
 */
/**
 * Generated by orval v7.10.0 🍺
 * Do not edit manually.
 * Palette APIs - 4.7
 * OpenAPI spec version: v1
 */
/**
 * Azure storage container organizes a set of blobs, similar to a directory in a file system
 */
export type StorageContainer = {
    /** Fully qualified resource ID for the resource. */
    id?: string;
    /** The name of the resource */
    name?: string;
    /** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" */
    type?: string;
};
//# sourceMappingURL=storageContainer.d.ts.map