mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 12:25:17 +00:00
Merge pull request #256 from gpoitch/gp/opt-upc-vpid
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. */
|
||||
semantics?: Semantics & {
|
||||
venuePlaceID: string;
|
||||
venuePlaceID?: string;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user