fix(core): update
This commit is contained in:
3
ts/interfaces/connection.ts
Normal file
3
ts/interfaces/connection.ts
Normal file
@ -0,0 +1,3 @@
|
||||
export interface IRequestAuthPayload {
|
||||
serverShortId: string;
|
||||
}
|
1
ts/interfaces/index.ts
Normal file
1
ts/interfaces/index.ts
Normal file
@ -0,0 +1 @@
|
||||
export * from './connection';
|
Reference in New Issue
Block a user