export type PaymentType = { numberOfMonths: number; userId: string; deviceIds: string[]; amount: number; paid: boolean; };