]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - server/types/models/account/actor-custom-page.ts
Fix email logger typings
[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'>