]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - shared/models/oauth-client-local.model.ts
Add video-playlist-element.created hook (#4196)
[github/Chocobozzz/PeerTube.git] / shared / models / oauth-client-local.model.ts
... / ...
CommitLineData
1export interface OAuthClientLocal {
2 client_id: string
3 client_secret: string
4}