zgo/src/app/owner.model.ts

6 lines
75 B
TypeScript

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