Skip to content

Type Alias: MacroModelsMap

ts
type MacroModelsMap = {
  [key: string]: ResourcefulRouterModelMappedOptions;
};

Map of resource names to their corresponding ResourcefulModel classes

Index Signature

ts
[key: string]: ResourcefulRouterModelMappedOptions