UNPKG

web-push-notifications

Version:
8 lines (7 loc) 166 B
export interface SetPurchaseAttributes { transactionDate: string; quantity: number; currency: string; productIdentifier: string; price: number; }