smartuniverse/ts/interfaces/universeconnection.interfaces.ts
2019-06-07 11:49:10 +02:00

4 lines
86 B
TypeScript

export interface IAuthenticationRequest {
channelName: string;
password: string;
}