export interface ItemStoreRequest {
    storageId: string;
    encryptionPublicKey: string;
    callbackURL?: string;
}
