mirror of
https://github.com/ajnart/homarr.git
synced 2026-03-21 19:41:41 +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];
|