AboutSupportDeveloper GuideVersion 21.0.13

Type alias SearchProviderFilter

SearchProviderFilter: {
    icon?: {
        dark: string;
        light: string;
    };
    id: string;
    title: string;
}

Type declaration

  • Optional icon?: {
        dark: string;
        light: string;
    }
    • dark: string
    • light: string
  • id: string
  • title: string