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