mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-22 09:33:45 +00:00
9 lines
221 B
TypeScript
9 lines
221 B
TypeScript
interface Window {
|
|
sendIDEMessage?: (IDEMessageParams) => void;
|
|
goldlog?: {
|
|
record: (logKey: string, gmKey: string, goKey: string, method: 'GET' | 'POST') => void;
|
|
};
|
|
is_theia?: boolean;
|
|
vscode?: boolean;
|
|
}
|