export interface IEngineering { id: string versions: string name: string description: string } export type IEngineeringOV = Omit