old_console/frontend/typings/integrations.d.ts
2024-11-02 14:12:45 +03:00

10 lines
185 B
TypeScript

interface Window {
Beamer?: {
toggle: () => void;
update: ({ onclose }: { onclose: () => void }) => void;
};
_elev?: {
open: () => void;
};
ACCOUNT_ID?: number;
}