basic messages (hello, makeRequest, prepareStream)

This commit is contained in:
Jorrin
2024-01-09 22:33:27 +01:00
parent fb6a0dd0dc
commit dce0799213
6 changed files with 77 additions and 35 deletions

3
src/types/request.ts Normal file
View File

@@ -0,0 +1,3 @@
export interface BaseRequestBody {
requestDomain: string;
}