projects/prestations-ng/src/gesdem-action-recovery/reprise-info.ts
Properties |
|
Type : string
|
Optional lastUpdate |
Type : number[]
|
mobile |
Type : string
|
Optional referenceInterne |
Type : string
|
export class RepriseInfo {
mobile: string;
email: string;
referenceInterne?: string;
lastUpdate?: number[];
}