UNPKG

bitcitawebfrontlib-ibsalut

Version:

Angular CLI project used by other Angular projects in the bitcita web project.<br />

8 lines (7 loc) 216 B
export declare class AgendaHora { dia: string; hora: string; textoDia: string; elementosLibres: number; constructor(dia: string, hora: string, textoDia: string, elementosLibres: number); }