PeerTube/server/types/models/account/actor-custom-page.ts

5 lines
150 B
TypeScript

import { ActorCustomPageModel } from '../../../models/account/actor-custom-page'
export type MActorCustomPage = Omit<ActorCustomPageModel, 'Actor'>