]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - server/types/models/account/actor-custom-page.ts
Merge branch 'develop' into shorter-URLs-channels-accounts
[github/Chocobozzz/PeerTube.git] / server / types / models / account / actor-custom-page.ts
CommitLineData
2539932e
C
1
2import { ActorCustomPageModel } from '../../../models/account/actor-custom-page'
3
4export type MActorCustomPage = Omit<ActorCustomPageModel, 'Actor'>