UNPKG

@noaignite/centra-types

Version:

Typescript definitions for centra apis

8 lines (7 loc) 153 B
export interface Voucher { voucher?: string type?: 'code' | 'uri' | 'other' description?: string priceOff?: string priceOffAsNumber?: number }