@refinio/one.models
    Preparing search index...
    interface MatchResponse {
        $type$: "MatchResponse";
        creationTimestamp: number;
        identity: string;
        identityOfDemand: boolean;
        match: string;
    }
    Index

    Properties

    $type$: "MatchResponse"
    creationTimestamp: number
    identity: string
    identityOfDemand: boolean
    match: string