interface StdoutEngineEvent {
    color: string;
    message: string;
}

Properties

Properties

color: string
message: string

Generated using TypeDoc