/** NetApp share updatable properties */
export interface NetAppShareUpdate {
    /** New share description */
    description?: string;
    /** New share name */
    name?: string;
}
//# sourceMappingURL=NetAppShareUpdate.d.ts.map