export interface ItemStoreResponse {
    storageId: string;
}
