For example, if I have this interface
interface Measurement { date: Date width: number height: number depth: number comment: string }