Interface ISystemOption

This interface holds all fragments which describes a system option object.

interface ISystemOption {
    category: string;
    key: string;
    value?: string;
}

Properties

Properties

category: string

Category of option

key: string

Key of option

value?: string

Value of option