summaryrefslogtreecommitdiff
path: root/src/types/Month.d.ts
blob: bfd5659071c5459c0255cb4dc206253037a93988 (plain)
1
2
3
type Month = '01' | '02' | '03' | '04' | '05' | '06' | '07' | '08' | '09' | '10' | '11' | '12';

export default Month;