Package version:

Interface VerifyFromLargePersonGroupBodyParam

interface VerifyFromLargePersonGroupBodyParam {
    body: {
        faceId: string;
        largePersonGroupId: string;
        personId: string;
    };
}

Properties

Properties

body: {
    faceId: string;
    largePersonGroupId: string;
    personId: string;
}