SongGuess
    Preparing search index...

    Type Alias BrowserRunSnapshotOptions

    BrowserRunSnapshotOptions: BrowserRunCommonOptions & {
        screenshotOptions?: Omit<
            BrowserRunPuppeteerScreenshotOptions,
            "encoding",
        >;
    }

    Type Declaration