import Transition from './transition'; export default interface Transaction { transitions: Array; title: string; }