aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/types/models/account/actor-custom-page.ts
blob: 2cb8aa7e4b67acb197ec5b62e2ba8a25497b8699 (plain) (blame)
1
2
3
4
import { ActorCustomPageModel } from '../../../models/account/actor-custom-page'

export type MActorCustomPage = Omit<ActorCustomPageModel, 'Actor'>