export interface PaymentTypeVM { id?: number; pay_type?: string; can_update?: boolean; can_delete?: boolean; }