export type PassageType = string|undefined; export interface ILigne { ligne?: string; delais: PassageType[]; }