export type Options<Value = string> ={
    label:string,
    value:Value,
}
export type IgetDict = (dictType:string) => Promise<Options[]>