UNPKG

@gigglebot/wrapper

Version:

A library to use giggle API features

13 lines (12 loc) 223 B
interface ProductArray { id: string; name: string; content: string; } export interface PaymentEvent { method: string; getaway: string; client: string; products: Array<ProductArray>; } export {};