export interface IService { //service_id: number; nom_service: string; description: string; marchand: string; }