import { Mills } from "../../common/structures"; export interface Price { month: Mills; year: Mills; custom: boolean; }