]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - server/types/models/account/actor-custom-page.ts
Instance homepage support (#4007)
[github/Chocobozzz/PeerTube.git] / server / types / models / account / actor-custom-page.ts
1
2 import { ActorCustomPageModel } from '../../../models/account/actor-custom-page'
3
4 export type MActorCustomPage = Omit<ActorCustomPageModel, 'Actor'>