Optional venuePlaceID on UpcomingPassInformation

This commit is contained in:
Garth Poitras
2025-10-31 12:44:13 -04:00
parent 6e0d0d8a79
commit 066490c239

View File

@@ -231,7 +231,7 @@ export interface UpcomingPassInformationEntry {
/** The semantic, machine-readable metadata about the upcoming pass information entry. */
semantics?: Semantics & {
venuePlaceID: string;
venuePlaceID?: string;
};
/**