/** * Site resource * 网站资源 */ export type SiteResource = { /** * Id * 编号 */ id: string; /** * Value * 资源值 */ value: string; };