7 lines
223 B
TypeScript
7 lines
223 B
TypeScript
|
export * from './author-interface'
|
||
|
export * from './tag-interface'
|
||
|
export * from './video-abuse-interface'
|
||
|
export * from './video-blacklist-interface'
|
||
|
export * from './video-tag-interface'
|
||
|
export * from './video-interface'
|