UNPKG

citeright-sdk-js

Version:
6 lines (5 loc) 232 B
import { EventNotification } from "../EventNotification"; export declare class GenericUIEvent extends EventNotification implements Record<string, any> { fromJSONString(json: string): void; fromDTO(dto: object): void; }