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