funky-framadate-front/src/app/core/interfaces/date-options.interface.ts

6 lines
89 B
TypeScript

export interface DateOption {
timeList: any;
literal: string;
date_object?: object;
}