smartuniverse/ts/interfaces/universeconnection.interfaces.ts

5 lines
87 B
TypeScript
Raw Normal View History

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