Repository URL to install this package:
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> {
}