export interface Owner { _id: string; address: string; name: string; }