interface MatchResponse {
    $type$: "MatchResponse";
    creationTimestamp: number;
    identity: string;
    identityOfDemand: boolean;
    match: string;
}

Properties

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