UNPKG

@walletpass/pass-js

Version:

Apple Wallet Pass generating and pushing updates from Node.js

8 lines 776 B
import * as constants from './constants.js'; export { constants }; export { Template } from './template.js'; export { Pass } from './pass.js'; export type { SemanticTags, SemanticTagValue, SemanticTagObject, CurrencyAmount, EventDateInfo, PersonNameComponents, Seat, SemanticLocation, WifiNetwork, PKPassengerCapability, PKTransitSecurityProgram, PassEventTicketKeys, PassEnhancedBoardingPassKeys, PassUpcomingKeys, } from './interfaces.js'; export type { DateInformation, Image, Images, ImageURLEntry, UpcomingEntrySemantics, UpcomingPassInformationEntry, UpcomingPassInformationType, UpcomingURLs, } from './lib/upcoming-pass-information.js'; export type { Personalization, RequiredPersonalizationField, } from './lib/personalization.js'; //# sourceMappingURL=index.d.ts.map