1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-27 23:09:35 +02:00
flame/client/src/interfaces/SearchResult.ts

6 lines
96 B
TypeScript
Raw Normal View History

2021-09-06 12:24:01 +02:00
export interface SearchResult {
isLocal: boolean;
prefix: null | string;
query: string;
}