Documentation
    Preparing search index...

    Interface ZkLoginVerifyResponse

    interface ZkLoginVerifyResponse {
        errors: string[];
        success: boolean;
    }
    Index
    errors: string[]
    success: boolean