export interface CustomMessageGeneratorSchema { name: string; project: string; directory?: string; skipTests?: boolean; skipAction?: boolean; }