mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 12:08:01 +00:00
6 lines
91 B
JavaScript
6 lines
91 B
JavaScript
export const DURATION_UNITS = {
|
|
MINUTES: 'minutes',
|
|
HOURS: 'hours',
|
|
DAYS: 'days',
|
|
};
|