mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-27 17:00:54 +01:00
3 lines
141 B
TypeScript
3 lines
141 B
TypeScript
export const searchEngineTypes = ["generic", "fromIntegration"] as const;
|
|
export type SearchEngineType = (typeof searchEngineTypes)[number];
|