export const entityName: inquirer.InputQuestion<ICommon.IAnswers> = {
    message: 'Enter entity name',
    name: 'fileName',
    type: 'input',
    validate(val: string): string | boolean {