query store CRUD
This commit is contained in:
parent
2518a1046f
commit
7497787ae4
12 changed files with 327 additions and 5 deletions
4
src/viewmodel/admin/queryStore.models.ts
Normal file
4
src/viewmodel/admin/queryStore.models.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
export interface QueryStoreViewModel {
|
||||
id: number;
|
||||
query: string;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue