export interface IAddressInput { hlavniAdresa: boolean; idAdresa: number; popisAdresa: string; }