smartuniverse/ts/interfaces/universeconnection.interfaces.ts

4 lines
86 B
TypeScript
Raw Normal View History

2019-06-07 09:49:10 +00:00
export interface IAuthenticationRequest {
channelName: string;
password: string;
}