Member Junction
    Preparing search index...
    type DebugVariableScope = {
        Name: string;
        Variables: DebugVariable[];
    }
    Index

    Properties

    Properties

    Name: string
    Variables: DebugVariable[]