mirror of
https://github.com/fergalmoran/opengifame.git
synced 2025-12-22 09:38:44 +00:00
7 lines
181 B
TypeScript
7 lines
181 B
TypeScript
import Episode from './episode';
|
|
import type Gif from './gif';
|
|
import Season from './season';
|
|
import type VoteModel from './vote';
|
|
|
|
export type { Gif, VoteModel, Season, Episode };
|