// vim: set tw=80 ts=2 sw=2 sts=2: export class Schedule { id: number; start_date: string; stop_date: string; day: number; frequency: number; label: string; value: number; category: string; account_id: number }