Type alias PluginManifestConfigJson

PluginManifestConfigJson: {
    name: string;
    value: CogsValueType | CogsValueTypeWithDefault;
}

Type declaration

Generated using TypeDoc