export interface GetAccountInfoModel {

  email: string;

  name: string;

  introduction: string;

  phone: string;

  address: string;

}