mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-25 22:09:36 +02:00
Added search bar
This commit is contained in:
parent
550e1e155b
commit
8026533a06
18 changed files with 166 additions and 9 deletions
5
client/src/interfaces/Query.ts
Normal file
5
client/src/interfaces/Query.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
export interface Query {
|
||||
name: string;
|
||||
prefix: string;
|
||||
template: string;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue