added first searchmodal draft

This commit is contained in:
2026-06-24 00:58:45 +02:00
parent a542d23c00
commit b7bc8f5525
9 changed files with 175 additions and 53 deletions
+6
View File
@@ -0,0 +1,6 @@
export interface SearchRequest {
appUrl: string;
serviceType: string;
username: string;
query: string;
}