UNPKG

citeright-sdk-js

Version:
8 lines (7 loc) 254 B
import { CompanyDTO } from "../CompanyDTO"; import { EventNotification } from "../EventNotification"; import { UserDTO } from "../UserDTO"; export declare class UserUpdated extends EventNotification { User: UserDTO; Company: CompanyDTO; }