mirror of
https://github.com/graphql-hive/console
synced 2026-05-16 21:58:18 +00:00
5 lines
72 B
TypeScript
5 lines
72 B
TypeScript
interface Window {
|
|
$crisp?: {
|
|
push: (args: any[]) => void;
|
|
};
|
|
}
|