export interface ItemStoreRequest {
    id: string;
    payload: string;
    callbackURL?: string;
}
