Optional
dans?: stringThe namespace where to import the rules.
The name of the package to import the rules from.
Optional
source?: stringThe path to the file containing the rules to import. If omitted try to
found the file in the node_modules
folders.
Optional
url?: stringThe URL of the package, used for the documentation.
List of rules to import from the package. They could be specified by their name, or by the name and the list of properties to override or add.
importer!:
depuis:
nom: my-external-package
source: my-external-package.model.yaml
dans: root
les règles:
- règle 1
- règle 2:
question: Quelle est la valeur de la règle 2 ?
Generated using TypeDoc
Represents a macro that allows to import rules from another package.