@thisisagile/easy
Version:
Straightforward library for building domain-driven microservice architectures
1 lines • 769 B
Source Map (JSON)
{"version":3,"sources":["../../src/types/Period.ts"],"sourcesContent":["export const period = [\n 'today',\n 'yesterday',\n 'tomorrow',\n 'this-week',\n 'last-seven-days',\n 'last-week',\n 'last-two-weeks',\n 'next-week',\n 'this-month',\n 'last-month',\n 'two-months-ago',\n 'three-months-ago',\n 'last-three-months',\n 'next-month',\n 'this-year',\n 'last-year',\n 'two-years-ago',\n 'three-years-ago',\n 'next-year',\n 'all-time',\n] as const;\n\nexport type Period = (typeof period)[number];\n"],"mappings":";;;AAAO,IAAM,SAAS;AAAA,EACpB;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF;","names":[]}