export interface AsterFormSelectOption { value: string; name: string; }