fix(core): update

This commit is contained in:
2019-06-07 11:49:10 +02:00
parent 57809d9b53
commit eb04abddbf
6 changed files with 43 additions and 13 deletions

View File

@@ -0,0 +1,4 @@
export interface IAuthenticationRequest {
channelName: string;
password: string;
}