mirror of
https://github.com/thelounge/thelounge.git
synced 2026-03-14 14:35:50 +01:00
wip: searchquery
This commit is contained in:
parent
3eb19135f5
commit
68ba13ca12
6 changed files with 13 additions and 11 deletions
6
shared/types/storage.ts
Normal file
6
shared/types/storage.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
export type SearchQuery = {
|
||||
searchTerm: string;
|
||||
networkUuid: string;
|
||||
channelName: string;
|
||||
offset: number;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue