Type alias IdentityCheckV1

IdentityCheckV1: CreateThing<"IdentityCheck", {
    @type: "IdentityCheck";
    addressCheck?: AddressCheckV1;
    birthDateCheck?: PossibleMatchVals;
    completedAt?: string;
    createdAt?: string;
    identifierCheck?: PossibleMatchVals;
    nameCheck?: PossibleMatchVals;
    phoneCheck?: PossibleMatchVals;
    riskCheck?: PossibleCheckVals;
    selfieCheck?: PossibleCheckVals;
    smsCheck?: PossibleCheckVals;
    status?: PossibleCheckVals;
}>

Type declaration