UNPKG

citeright-sdk-js

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