UNPKG

cecon-interfaces

Version:
10 lines (9 loc) 179 B
export interface IPayioOption { description: string; externalCode: string; id: string; imageUrl: string; index: number; name: string; price: number; }