60650c77c
2295ce6c4
c5911fd34
2422c46b2
7a7724e66
1
2
3
4
5
6
import { Actor } from './actor.model' export interface Account extends Actor { displayName: string description: string }