Interface ChildMessage

interface ChildMessage {
    cmd: ParentCommand;
    err?: Record<string, any>;
    value?: any;
}

Properties

Properties

err?: Record<string, any>
value?: any

Generated using TypeDoc