golden hour
/var/www/html/wp-content/plugins/woocommerce/packages/woocommerce-admin/typings
⬆️ Go Up
Upload
File/Folder
Size
Actions
global.d.ts
225 B
Del
OK
index.d.ts
363 B
Del
OK
Edit: 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 {};
Save