Type alias IndexedStorageConnectorEntry

IndexedStorageConnectorEntry: {
    key: string;
    payload: MessagePayload;
}

Type declaration