export interface Owner { firstName: string; lastName: string; }