UNPKG

qrcode-framework

Version:

9 lines (8 loc) 147 B
export interface Price { payType: number; price: number; payment: any; } export interface ProductInterface { iGetPrice(): Price; }