mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 14:25:17 +00:00
Optional venuePlaceID on UpcomingPassInformation
This commit is contained in:
@@ -231,7 +231,7 @@ export interface UpcomingPassInformationEntry {
|
|||||||
|
|
||||||
/** The semantic, machine-readable metadata about the upcoming pass information entry. */
|
/** The semantic, machine-readable metadata about the upcoming pass information entry. */
|
||||||
semantics?: Semantics & {
|
semantics?: Semantics & {
|
||||||
venuePlaceID: string;
|
venuePlaceID?: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user