]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - shared/models/users/user-scoped-token.ts
Add plugin transcoding profile guide
[github/Chocobozzz/PeerTube.git] / shared / models / users / user-scoped-token.ts
... / ...
CommitLineData
1export type ScopedTokenType = 'feedToken'
2
3export type ScopedToken = {
4 feedToken: string
5}