interface CanvasTerm { id: number; name: string; start_at?: string | null; end_at?: string | null; } export default CanvasTerm;