File "global.d.ts"

Full Path: /home/vantageo/public_html/cache/cache/cache/.wp-cli/wp-content/plugins/woocommerce/packages/woocommerce-admin/typings/global.d.ts
File size: 204 bytes
MIME-type: text/plain
Charset: utf-8

declare global {
	interface Window {
		wcSettings: {
			preloadOptions: Record< string, unknown >;
		};
	}
}

/*~ If your module exports nothing, you'll need this line. Otherwise, delete it */
export {};