zgo/src/app/owner.model.ts

6 lines
74 B
TypeScript
Raw Normal View History

2021-10-20 20:51:14 +00:00
export interface Owner {
_id: string;
address: string;
name: string;
}