]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - server/types/models/account/actor-custom-page.ts
2cb8aa7e4b67acb197ec5b62e2ba8a25497b8699
[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'>