import * as factory from '../../factory'; export interface IUseAction { actionStatus: factory.actionStatusType; id: string; project: factory.project.IProject; startDate: Date; typeOf: factory.actionType.UseAction; location?: factory.action.consume.use.reservation.ILocation; }