]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - server/typings/models/video-share.ts
Stronger actor association typing in AP functions
[github/Chocobozzz/PeerTube.git] / server / typings / models / video-share.ts
... / ...
CommitLineData
1import { VideoShareModel } from '../../models/video/video-share'
2
3export type VideoShareModelOnly = Omit<VideoShareModel, 'Actor' | 'Video'>