5 lines
68 B
TypeScript
5 lines
68 B
TypeScript
/* eslint-disable */
|
|
declare interface Window {
|
|
plausible: any;
|
|
}
|