added first searchmodal draft
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export interface SearchRequest {
|
||||
appUrl: string;
|
||||
serviceType: string;
|
||||
username: string;
|
||||
query: string;
|
||||
}
|
||||
Reference in New Issue
Block a user