@refinio/one.models
    Preparing search index...
    interface MatchMap {
        $type$: "MatchMap";
        $versionHash$?: SHA256Hash<VersionNode>;
        array?: SHA256Hash<MatchResponse>[];
        name: string;
    }
    Index

    Properties

    $type$: "MatchMap"
    $versionHash$?: SHA256Hash<VersionNode>
    array?: SHA256Hash<MatchResponse>[]
    name: string