File

src/app/interfaces/core-parameter.interface.ts

Index

Properties

Properties

category
category: string
Type : string
description
description: string
Type : string
family
family: string
Type : string
id
id: string
Type : string
is_load_onstart
is_load_onstart: boolean
Type : boolean
key
key: string
Type : string
parent_key
parent_key: string
Type : string
status
status: boolean
Type : boolean
value
value: string
Type : string
export interface ICoreParameter {
    id: string
    key: string
    value: string
    description: string 
    family: string 
    category: string 
    parent_key: string 
    is_load_onstart: boolean
    status: boolean
}

results matching ""

    No results matching ""