support: {
    duckplayer: Partial<
        Record<
            | undefined
            | "apple"
            | "apple-isolated"
            | "android"
            | "android-autofill-password-import"
            | "windows"
            | "firefox"
            | "chrome"
            | "chrome-mv3"
            | "integration",
            string[],
        >,
    >;
    errorpage: Partial<
        Record<
            | undefined
            | "apple"
            | "apple-isolated"
            | "android"
            | "android-autofill-password-import"
            | "windows"
            | "firefox"
            | "chrome"
            | "chrome-mv3"
            | "integration",
            string[],
        >,
    >;
    example: Partial<
        Record<
            | undefined
            | "apple"
            | "apple-isolated"
            | "android"
            | "android-autofill-password-import"
            | "windows"
            | "firefox"
            | "chrome"
            | "chrome-mv3"
            | "integration",
            string[],
        >,
    >;
    history: Partial<
        Record<
            | undefined
            | "apple"
            | "apple-isolated"
            | "android"
            | "android-autofill-password-import"
            | "windows"
            | "firefox"
            | "chrome"
            | "chrome-mv3"
            | "integration",
            string[],
        >,
    >;
    "new-tab": Partial<
        Record<
            | undefined
            | "apple"
            | "apple-isolated"
            | "android"
            | "android-autofill-password-import"
            | "windows"
            | "firefox"
            | "chrome"
            | "chrome-mv3"
            | "integration",
            string[],
        >,
    >;
    onboarding: Partial<
        Record<
            | undefined
            | "apple"
            | "apple-isolated"
            | "android"
            | "android-autofill-password-import"
            | "windows"
            | "firefox"
            | "chrome"
            | "chrome-mv3"
            | "integration",
            string[],
        >,
    >;
    "release-notes": Partial<
        Record<
            | undefined
            | "apple"
            | "apple-isolated"
            | "android"
            | "android-autofill-password-import"
            | "windows"
            | "firefox"
            | "chrome"
            | "chrome-mv3"
            | "integration",
            string[],
        >,
    >;
    "special-error": Partial<
        Record<
            | undefined
            | "apple"
            | "apple-isolated"
            | "android"
            | "android-autofill-password-import"
            | "windows"
            | "firefox"
            | "chrome"
            | "chrome-mv3"
            | "integration",
            string[],
        >,
    >;
} = ...

Type declaration

  • duckplayer: Partial<
        Record<
            | undefined
            | "apple"
            | "apple-isolated"
            | "android"
            | "android-autofill-password-import"
            | "windows"
            | "firefox"
            | "chrome"
            | "chrome-mv3"
            | "integration",
            string[],
        >,
    >
  • errorpage: Partial<
        Record<
            | undefined
            | "apple"
            | "apple-isolated"
            | "android"
            | "android-autofill-password-import"
            | "windows"
            | "firefox"
            | "chrome"
            | "chrome-mv3"
            | "integration",
            string[],
        >,
    >
  • example: Partial<
        Record<
            | undefined
            | "apple"
            | "apple-isolated"
            | "android"
            | "android-autofill-password-import"
            | "windows"
            | "firefox"
            | "chrome"
            | "chrome-mv3"
            | "integration",
            string[],
        >,
    >
  • history: Partial<
        Record<
            | undefined
            | "apple"
            | "apple-isolated"
            | "android"
            | "android-autofill-password-import"
            | "windows"
            | "firefox"
            | "chrome"
            | "chrome-mv3"
            | "integration",
            string[],
        >,
    >
  • new-tab: Partial<
        Record<
            | undefined
            | "apple"
            | "apple-isolated"
            | "android"
            | "android-autofill-password-import"
            | "windows"
            | "firefox"
            | "chrome"
            | "chrome-mv3"
            | "integration",
            string[],
        >,
    >
  • onboarding: Partial<
        Record<
            | undefined
            | "apple"
            | "apple-isolated"
            | "android"
            | "android-autofill-password-import"
            | "windows"
            | "firefox"
            | "chrome"
            | "chrome-mv3"
            | "integration",
            string[],
        >,
    >
  • release-notes: Partial<
        Record<
            | undefined
            | "apple"
            | "apple-isolated"
            | "android"
            | "android-autofill-password-import"
            | "windows"
            | "firefox"
            | "chrome"
            | "chrome-mv3"
            | "integration",
            string[],
        >,
    >
  • special-error: Partial<
        Record<
            | undefined
            | "apple"
            | "apple-isolated"
            | "android"
            | "android-autofill-password-import"
            | "windows"
            | "firefox"
            | "chrome"
            | "chrome-mv3"
            | "integration",
            string[],
        >,
    >