import { Model } from "timi-web"; /** 友链 */ export type Friend = { icon?: string; name: string; link: string; } & Model