Interface StoreItem

interface StoreItem {
    pubkey: string;
    secret: string;
    store_id: string;
    topic_id: string;
    updated_at: number;
}

Properties

pubkey: string
secret: string
store_id: string
topic_id: string
updated_at: number

Generated using TypeDoc