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