]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - server/types/models/account/actor-custom-page.ts
Prevent invalid end watch section warnings
[github/Chocobozzz/PeerTube.git] / server / types / models / account / actor-custom-page.ts
... / ...
CommitLineData
1import { ActorCustomPageModel } from '../../../models/account/actor-custom-page'
2
3export type MActorCustomPage = Omit<ActorCustomPageModel, 'Actor'>