8 lines
134 B
TypeScript

export interface GetAccountInfoModel {
email: string;
name: string;
introduction: string;
phone: string;
address: string;
}