export interface BaseInterface { taskClass: Object; first?: boolean; last?: boolean; before?: Object; after?: Object; }