UNPKG

moh-common-lib

Version:

A library of Angular components, services, and styles for B.C. Government Ministry of Health (MoH).

11 lines (10 loc) 205 B
/** * Interface used in the following components/models: * a) person.model.ts * b) date.component.ts */ export interface SimpleDate { day: number; month: number; year: number; }