/** GetSharedStorageDetails */
export interface GetSharedStorageDetails {
    /** xs:int */
    sharedStorageID?: number;
}
