smartuniverse/ts/interfaces/universeconnection.interfaces.ts
2019-08-12 14:59:37 +02:00

5 lines
87 B
TypeScript

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