export interface ScUiOption { label?: string; id?: number; [t: string]: any; }