Interface CheckpointResponse

interface CheckpointResponse {
    challenge: CheckpointResponseChallenge;
    error_type?: string;
    message: string;
    status: string;
}

Properties

error_type?: string
message: string
status: string