/** ext_icon */ export interface ModelExtIcon { /** icon */ icon: string; /** lib */ lib: string; /** category */ category: string; /** prefix */ prefix: string; /** type */ type: string; /** theme */ theme: string; }