]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/activitypub/objects/object.model.ts
Introduce plugins command
[github/Chocobozzz/PeerTube.git] / shared / models / activitypub / objects / object.model.ts
1 export type APObject = string | { id: string }