File

src/app/_interfaces/servives/service.ts

Index

Properties

Properties

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

results matching ""

    No results matching ""