Interface DebugSessionCustomEvent

interface DebugSessionCustomEvent {
    body?: any;
    event: string;
    session: DebugSession;
}

Properties

Properties

body?: any
event: string
session: DebugSession