Files
klz-cables.com/.pnpm-store/v10/files/ce/596d8794059b79c40650701605c0145b3f5953c6637f1844bb40831e7cec85e52e53b3c62ba84703ece8ee21989f2b89f3b0fd29c0c7b6d231455d6103df8d
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

12 lines
365 B
Plaintext

import type { Timezone } from '../../../config/types.js';
/**
* List of supported timezones
*
* label: UTC offset and location
* value: IANA timezone name
*
* @example
* { label: '(UTC-12:00) International Date Line West', value: 'Dateline Standard Time' }
*/
export declare const defaultTimezones: Timezone[];
//# sourceMappingURL=defaultTimezones.d.ts.map