interface CommandEvents {
    close: TerminatedPayload;
    error: string;
}

Properties

Properties

error: string