Skip to content

Commit

Permalink
fix: adds 'display_timezone' to date time element (fixes #157)
Browse files Browse the repository at this point in the history
  • Loading branch information
Enngage committed Sep 26, 2024
1 parent e88a901 commit 663d828
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export namespace LanguageVariantElements {

export interface IDateTimeInVariantElement extends ILanguageVariantElementBase {
value: string | null;
display_timezone: string | null;
}

export interface ILinkedItemsInVariantElement extends ILanguageVariantElementBase {
Expand Down

0 comments on commit 663d828

Please sign in to comment.