type alias PassData

Data needed to generate a pass — maps to existing ticket/listing data

Definition

WalletPassData & { description: string; webServiceURL: string; foregroundColor?: string; backgroundColor?: string; labelColor?: string; }

Usage

import { type PassData } from "doc.ts";