SongGuess
    Preparing search index...

    Type Alias BrowserRunLinksSuccessResponse

    Success response for links action.

    type BrowserRunLinksSuccessResponse = {
        result: string[];
        success: true;
    }
    Index

    Properties

    Properties

    result: string[]

    Extracted links

    success: true