X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fmodels%2Factors%2Faccount.model.ts;h=7f1dbbc37755e0392201da5219a40f19bda25e44;hb=28f3d1b36a70426795240c9370e47b6c4ba847f8;hp=5cc12c18fc789ddab91ae29e738b7d50b115de48;hpb=60650c77c8a2a98e92d869b237ae4900f369a8fc;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/models/actors/account.model.ts b/shared/models/actors/account.model.ts index 5cc12c18f..7f1dbbc37 100644 --- a/shared/models/actors/account.model.ts +++ b/shared/models/actors/account.model.ts @@ -2,4 +2,7 @@ import { Actor } from './actor.model' export interface Account extends Actor { displayName: string + description: string + + userId?: number }