export interface PaymentType { id: number, type: string, description: string, icon_id: string }