mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-26 16:46:19 +08:00
8 lines
134 B
TypeScript
8 lines
134 B
TypeScript
export interface GetAccountInfoModel {
|
|
email: string;
|
|
name: string;
|
|
introduction: string;
|
|
phone: string;
|
|
address: string;
|
|
}
|