import { Instant } from './Item'; export interface FlowrTransient { validFrom?: Instant; validUntil?: Instant; }