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