WIP : Indicate to users how "trending" works (#1458)
[oweals/peertube.git] / shared / models / oauth-client-local.model.ts
1 export interface OAuthClientLocal {
2   client_id: string
3   client_secret: string
4 }