@refinio/one.models
    Preparing search index...

    Interface TopicAppRegistry

    interface TopicAppRegistry {
        $type$: "TopicAppRegistry";
        id: "TopicAppRegistry";
        topics: Map<string, SHA256Hash<Topic>>;
    }
    Index

    Properties

    Properties

    $type$: "TopicAppRegistry"
    id: "TopicAppRegistry"
    topics: Map<string, SHA256Hash<Topic>>