fix(core): update

This commit is contained in:
2019-11-07 00:26:47 +01:00
parent 20e7584eb9
commit bcc4ce9a87
6 changed files with 79 additions and 18 deletions

View File

@ -0,0 +1,3 @@
export interface IRequestAuthPayload {
serverShortId: string;
}

1
ts/interfaces/index.ts Normal file
View File

@ -0,0 +1 @@
export * from './connection';