UNPKG

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