@refinio/one.models
    Preparing search index...
    interface ChannelInfo {
        $type$: "ChannelInfo";
        head?: SHA256Hash<LinkedListEntry>;
        id: string;
        owner?: SHA256IdHash<Person>;
    }
    Index

    Properties

    Properties

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