type TimestampStylesString = typeof TimestampStyles[keyof typeof TimestampStyles];
The possible values, see TimestampStyles for more information
typeof TimestampStyles[keyof typeof TimestampStyles]
type TimestampStylesString = typeof TimestampStyles[keyof typeof TimestampStyles];
The possible values, see TimestampStyles for more information