PeerTube/shared/models/activitypub/objects/object.model.ts

2 lines
47 B
TypeScript

export type APObject = string | { id: string }