export interface INames { title: string; pascal: string; snake: string; }