export interface NpDateObj { year: number; month: number; day: number; }