@refinio/one.models
    Preparing search index...
    interface Topic {
        $type$: "Topic";
        channel: SHA256IdHash<ChannelInfo>;
        id: string;
        name?: string;
    }
    Index

    Properties

    Properties

    $type$: "Topic"
    channel: SHA256IdHash<ChannelInfo>
    id: string
    name?: string