Interface Topic

interface Topic {
    hashes: string[];
}

Properties

Properties

hashes: string[]