Orval gives you the possibility to import Orval.
It expose a function which takes a path to the Orval config as the argument.
1import orval from 'orval';2 3orval('./orval.config.js');