export interface AbstractTimestampDTOV2 { creationDate?: string; lastUpdate?: string; }