Add user moderation in the account page
[oweals/peertube.git] / shared / models / actors / account.model.ts
index e1117486dd9e55f2d5b5f99bd73ed2c58ff7dbde..7f1dbbc37755e0392201da5219a40f19bda25e44 100644 (file)
@@ -3,4 +3,6 @@ import { Actor } from './actor.model'
 export interface Account extends Actor {
   displayName: string
   description: string
+
+  userId?: number
 }