import { ReactNode } from 'react' interface CardProps { children: ReactNode className?: string }
class OverdueInvoicesQuery def initialize(relation: Invoice.all, as_of: Time.current) @relation = relation @as_of = as_of end