Type alias EntityConfigurations

EntityConfigurations: {
    [entityName: string]: IEntityConfig;
}

Object with entity configurations.

Type declaration

  • [entityName: string]: IEntityConfig

    List of IEntityConfigs grouped by their entity / table names.

Generated using TypeDoc