export type dictType = { id: string; name: string; }[]; export type optionsType = { label: string, value: string; disabled?:boolean }[]