File

src/app/models/module.model.ts

Properties

id_module
id_module: number
Type : number
module_doc_url
module_doc_url: string
Type : string
module_label
module_label: string
Type : string
module_path
module_path: string
Type : string
module_picto
module_picto: string
Type : string
module_url
module_url: string
Type : string
export interface Module {
  id_module: number;
  module_label: string;
  module_picto?: string;
  module_path: string;
  module_doc_url?: string;
  module_url?: string;
}

results matching ""

    No results matching ""