mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 16:25:21 +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. */
|
/** 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