mirror of
https://github.com/fergalmoran/opengifame.git
synced 2025-12-22 09:38:44 +00:00
5 lines
100 B
TypeScript
5 lines
100 B
TypeScript
import type Gif from "./Gif";
|
|
import type VoteModel from "./voteModel";
|
|
|
|
export { Gif, VoteModel };
|