IGPAPI
    Preparing search index...

    Interface CheckpointResponse

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

    Properties

    error_type?: string
    message: string
    status: string