Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

vipera-npm-registry / motif-web-admin-core   js

Repository URL to install this package:

Version: 0.3.1 

/ lib / sections / Configuration / data / model.d.ts

export declare class ConfigurationRow {
    name: string;
    type: string;
    dynamic: boolean;
    crypted: boolean;
    value: any;
    dirty: boolean;
    isNew: boolean;
}
export interface MotifService {
    name: string;
}
export interface MotifServicesList extends Array<MotifService> {
}