UNPKG

@hsaadawy/ngx-chat

Version:
7 lines (6 loc) 125 B
export interface LogInRequest { service: string; domain: string; username: string; password: string; }