UNPKG

@basetime/a2w-api-ts

Version:

Client library that communicates with the addtowallet API.

11 lines (10 loc) 325 B
/** * Instructions for how to build the passes. */ export type MetaValue = 'bundle' | 'banner' | 'logo' | 'thumbnail' | 'backgroundColor' | 'foregroundColor' | 'labelColor' | 'barcodeFormat'; /** * The meta values that can be set in the query parameters. */ export type MetaValues = { [key in MetaValue]?: string; };