feat: people add new filed 'contact'
This commit is contained in:
@@ -49,6 +49,7 @@ export interface People {
|
||||
age?: number;
|
||||
height?: number;
|
||||
marital_status?: string;
|
||||
contact?: string;
|
||||
[key: string]: any;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user