export interface Price { id: number, group_id: number, plan_id: number, priceable_type: string, priceable_id: number, amount: number }