]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - server/types/models/video/tag.ts
Cleanup models directory organization
[github/Chocobozzz/PeerTube.git] / server / types / models / video / tag.ts
1 import { TagModel } from '../../../models/video/tag'
2
3 export type MTag = Omit<TagModel, 'Videos'>