File "global.d.ts"

Full path: /home/kosmetik/public_html/wp-content/plugins/woocommerce/packages/woocommerce-admin/typings/global.d.ts
File size: 225 B
MIME-type: text/plain
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

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

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