add support for different recommendation levels: strict and standard
This commit is contained in:
2
src/application/application.yaml.d.ts
vendored
2
src/application/application.yaml.d.ts
vendored
@@ -10,7 +10,7 @@ declare module 'js-yaml-loader!*' {
|
||||
name: string;
|
||||
code: string;
|
||||
revertCode: string;
|
||||
recommend: boolean;
|
||||
recommend: string | undefined;
|
||||
}
|
||||
|
||||
export interface YamlCategory extends YamlDocumentable {
|
||||
|
||||
Reference in New Issue
Block a user