Interface DebugWatchData

interface DebugWatchData {
    expressions: string[];
}

Properties

Properties

expressions: string[]