ITimeSpan: { "[TO_MILLISECONDS]"(): number }

The ITimeSpan contract enables interoperability with external time libraries (e.g., Luxon, Dayjs). To integrate, simply implement ITimeSpan on the duration objects of those libraries.

IMPORT_PATH: "@daiso-tech/core/time-span/contracts"