openaire-library/utils/my-date-picker/interfaces/my-month-labels.interface.ts

3 lines
64 B
TypeScript

export interface IMyMonthLabels {
[month: number]: string;
}