brackt/app/models/index.ts

5 lines
119 B
TypeScript
Raw Normal View History

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