brackt/app/models/index.ts

7 lines
175 B
TypeScript
Raw Normal View History

// Re-export all model functions and types
export * from "./user";
export * from "./league";
export * from "./season";
export * from "./team";
export * from "./commissioner";