/** GetSharedStoragePricingTypes */
export interface GetSharedStoragePricingTypes {
    /** xs:string */
    type?: string;
    /** xs:boolean */
    includeUnavailable?: boolean;
}
