Type Alias TimestampFormatterOptions
TimestampFormatterOptions:
| {
formatter: (date: Date) => string;
locale?: undefined;
timeZone?: undefined;
}
| { formatter?: undefined; locale?: string; timeZone: string }
| { formatter?: undefined; locale?: undefined; timeZone?: undefined }
Опции для создания экземпляра TimestampService.