UNPKG

citeright-sdk-js

Version:
9 lines (8 loc) 282 B
import { CompanyDTO } from "../CompanyDTO"; import { EventNotification } from "../EventNotification"; import { UserDTO } from "../UserDTO"; export declare class UserLogin extends EventNotification { UsernameEntered: string; User: UserDTO; Company: CompanyDTO; }