@ccw-api/api
    Preparing search index...

    Variable opParentApiConst

    opParentApi: {
        checkCaptcha: (token: string, x: number, y?: number) => Promise<Res>;
        createCaptcha: (type?: "BLOCK_PUZZLE") => Promise<Res>;
    } = ...

    Type Declaration

    • checkCaptcha: (token: string, x: number, y?: number) => Promise<Res>
    • createCaptcha: (type?: "BLOCK_PUZZLE") => Promise<Res>