mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 18:25:24 +00:00
Set Field semantics field as optional
This commit is contained in:
@@ -316,7 +316,7 @@ export interface Field {
|
|||||||
textAlignment?: string;
|
textAlignment?: string;
|
||||||
key: string;
|
key: string;
|
||||||
value: string | number | Date;
|
value: string | number | Date;
|
||||||
semantics: Semantics;
|
semantics?: Semantics;
|
||||||
dateStyle?: string;
|
dateStyle?: string;
|
||||||
ignoreTimeZone?: boolean;
|
ignoreTimeZone?: boolean;
|
||||||
isRelative?: boolean;
|
isRelative?: boolean;
|
||||||
|
|||||||
Reference in New Issue
Block a user