UNPKG

bitcitawebfrontlib-ibsalut

Version:

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

7 lines (6 loc) 175 B
export declare class DomainCampoRespuesta { value: string; label: string; campoId: number; constructor(value: string, label: string, campoId: number); }