@prisma/sdk
Version:
8 lines (7 loc) • 342 B
TypeScript
import type { Generator } from '../Generator';
/**
* Creates and formats the success message for the given generator to print to
* the console after generation finishes.
* @param time time in milliseconds it took for the generator to run.
*/
export declare function getGeneratorSuccessMessage(generator: Generator, time: number): string;