1 2 3 4 5 6
import { Actor } from './actor.model' export interface Account extends Actor { displayName: string description: string }