Type alias VerificationResponse

VerificationResponse: {
    currentStep: VerificationStep;
    errorIds?: ErrorId[];
    lastResponse?: VerificationResponse;
    maxAge?: number;
    minAge?: number;
    submissionUrl?: string;
    verificationId: DatabaseId;
} & WithLocaleAndCountryAndSegment

Type declaration

Description

Base type for all responses