Viewing File: /home/fshjisk/udnos/wp-content/plugins/woocommerce/packages/woocommerce-admin/typings/global.d.ts

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 {};
Back to Directory File Manager