export type Organization = { id: string; name: string; inn: string; kpp: string; };