Bitbybit Docs
    Preparing search index...

    Interface CornerByPointReport

    interface CornerByPointReport {
        ok: boolean;
        modified: boolean;
        results: CornerResult[];
        error?: string;
    }
    Index

    Properties

    ok: boolean
    modified: boolean
    results: CornerResult[]
    error?: string