Appearance
TypeScript Result Example:
interface Result { /** 选项值 */ id: number; /** 选项名称 */ name: string; }