Merge pull request #256 from gpoitch/gp/opt-upc-vpid

Optional venuePlaceID on UpcomingPassInformation
This commit is contained in:
Alexander Cerutti
2025-10-31 18:29:40 +01:00
committed by GitHub

View File

@@ -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;
}; };
/** /**