Type Alias ConfigItemOptions

ConfigItemOptions: {
    default?: ConfigValue;
    mandatory?: boolean;
    masked?: boolean;
    regexp?: RegExp | RegexpWithAttributes;
    type?: Type;
}