UNPKG

@openinc/parse-server-opendash

Version:
17 lines (16 loc) 337 B
export type MessageData = { type?: "userinput" | "system" | "todo"; translation?: { [key: string]: any; }; origin?: { id: string | number; classname: string; }; todoCompleted?: boolean; }; export type MessageField = { title: string; description: string; data?: MessageData; };