Interface PythonEditorImportProjectMessageRequest

interface PythonEditorImportProjectMessageRequest {
    action: "importproject";
    id?: string;
    project: PythonProject;
    response?: boolean;
    type: "pyeditor";
}

Hierarchy (View Summary)

Properties

action: "importproject"
id?: string
project: PythonProject
response?: boolean
type: "pyeditor"