From bf487db086883c48b7bb0cc6cb0f7efa2c392170 Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Wed, 17 Sep 2025 01:45:57 +0200 Subject: [PATCH] Improved some comments --- src/schemas/Semantics.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/schemas/Semantics.ts b/src/schemas/Semantics.ts index 8799693..06936f1 100644 --- a/src/schemas/Semantics.ts +++ b/src/schemas/Semantics.ts @@ -278,7 +278,9 @@ export interface Semantics { /** * @iOSVersion 26 * - * The name of the declaration given once the passenger's international documents are verified. Examples include `DOCS OK` or `Travel Ready`. If `internationalDocumentsAreVerified` is true, Wallet displays a badge on the boarding pass with this value. + * The name of the declaration given once the passenger's international documents are verified. + * Examples include `DOCS OK` or `Travel Ready`. + * If `internationalDocumentsAreVerified` is true, Wallet displays a badge on the boarding pass with this value. */ internationalDocumentsVerifiedDeclarationName?: string; @@ -296,7 +298,8 @@ export interface Semantics { /** * @iOSVersion 26 * - * The MapKit Place IDs that reference the transit provider lounge locations. For more information, see [Identifying unique locations with Place IDs](https://developer.apple.com/documentation/MapKit/identifying-unique-locations-with-place-ids) + * The MapKit Place IDs that reference the transit provider lounge locations. + * For more information, see [Identifying unique locations with Place IDs](https://developer.apple.com/documentation/MapKit/identifying-unique-locations-with-place-ids) */ loungePlaceIDs?: string[];