2020-03-11 09:25:39 +08:00

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;
}