UNPKG

81 BTypeScriptView Raw
1export type Message = {
2 type: string;
3 payload?: any;
4 state?: any;
5};