export interface ItemStoreResponse {
    payload: string;
}
