UNPKG

@gigglebot/wrapper

Version:

A library to use giggle API features

15 lines (13 loc) 259 B
interface ProductArray { id: string; name: string; quantity: number; price: number; content: string; } export interface PaymentEvent { method: string; getaway: string; client: string; products: Array<ProductArray>; }