Proton Drive CLI API Documentation - v0.1.2
    Preparing search index...

    Interface BridgeResponse

    Bridge response envelope

    interface BridgeResponse {
        code?: number;
        details?: string;
        error?: string;
        ok: boolean;
        payload?: any;
    }
    Index

    Properties

    code?: number
    details?: string
    error?: string
    ok: boolean
    payload?: any