SongGuess
    Preparing search index...

    Type Alias BrowserRunCommonOptions

    BrowserRunCommonOptions:
        | BrowserRunBaseOptions & { url: string }
        | BrowserRunBaseOptions & { html: string }

    Common options shared by all quick actions. Exactly one of url or html must be provided.

    Type Declaration