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

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