interface ChannelInfo {
    $type$: "ChannelInfo";
    $versionHash$?: SHA256Hash<VersionNode>;
    head?: SHA256Hash<LinkedListEntry>;
    id: string;
    owner?: SHA256IdHash<Person>;
}

Properties

$type$: "ChannelInfo"
$versionHash$?: SHA256Hash<VersionNode>
head?: SHA256Hash<LinkedListEntry>
id: string
owner?: SHA256IdHash<Person>