]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - actors/custom-page.model.ts
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / actors / custom-page.model.ts
1 export interface CustomPage {
2 content: string
3 }