mimiq
    Preparing search index...

    Interface BrowserActionResult

    interface BrowserActionResult {
        error?: string;
        screenshot?: string;
        success: boolean;
        text?: string;
    }
    Index

    Properties

    error?: string
    screenshot?: string
    success: boolean
    text?: string