export interface RemoveCustomMessageGeneratorSchema { name: string; project: string; directory?: string; skipConfirmation?: boolean; }