export interface IDataGeneratorSchema { dataAmount: { min: number; max?: number; }; dataSchema: Object; }