Type alias CallbackMutateProject

CallbackMutateProject: ((project) => void | Promise<void>)

Type declaration

    • (project): void | Promise<void>
    • A callback used to customize an existing Scenario. In it, you receive a Project instance and you can do stuff with it in order to adjust the project's codebase to the specific needs of a given scenario.

      Parameters

      Returns void | Promise<void>

Generated using TypeDoc