interface APIs {
    drawingConfig: DrawingConfigAPI;
    pyodide: PyodideAPI;
}

Properties

drawingConfig: DrawingConfigAPI
pyodide: PyodideAPI