import { MiniProgramInfo } from "./MiniProgramInfo"; export interface AccountInfo { /** * 小程序帐号信息 */ miniProgram: MiniProgramInfo; }