GeneratorRunCondition
This type represents a condition for a Prisma generator to run. It can either be a boolean, a Promise<boolean> or an EnvironmentVariable. If the condition is true or the EnvironmentVariable is set to true, the generator will run.
Last updated