interface IVariableInspectorUpdate {
    payload: IVariable[];
    title: IVariableTitle;
}

Properties

Properties

payload: IVariable[]