export default class MoEAccountMeta {
    appId:String;

  constructor(appId: String){
    this.appId = appId;

  }
}