+ * @phpstan-type FlightClassType array{id: string, issuerName: string, reviewStatus: ReviewStatus, origin: AirportInfoType, destination: AirportInfoType, flightHeader: FlightHeaderType, localScheduledDepartureDateTime?: string, localEstimatedOrActualDepartureDateTime?: string, localBoardingDateTime?: string, localScheduledArrivalDateTime?: string, localEstimatedOrActualArrivalDateTime?: string, localGateClosingDateTime?: string, flightStatus?: FlightStatus, boardingPolicy?: BoardingPolicy, seatClassPolicy?: SeatClassPolicy, localizedIssuerName?: LocalizedStringType, hexBackgroundColor?: string, countryCode?: string, heroImage?: ImageType, enableSmartTap?: bool, redemptionIssuers?: list<string>, multipleDevicesAndHoldersAllowedStatus?: MultipleDevicesAndHoldersAllowedStatus, callbackOptions?: CallbackOptionsType, securityAnimation?: SecurityAnimationType, viewUnlockRequirement?: ViewUnlockRequirement, messages?: list<GoogleMessageType>, imageModulesData?: list<ImageModuleDataType>, textModulesData?: list<TextModuleDataType>, linksModuleData?: LinksModuleDataType, appLinkData?: AppLinkDataType, languageOverride?: string, merchantLocations?: list<MerchantLocationType>, valueAddedModuleData?: list<ValueAddedModuleDataType>, notifyPreference?: NotifyPreference, review?: ReviewType}
0 commit comments