@maschinenlesbar.org/fit-connect-cli
    Preparing search index...

    Interface Address

    A street / postal address of the responsible authority.

    interface Address {
        additional?: string;
        city?: string;
        houseNumber?: string;
        street?: string;
        zip?: string;
    }
    Index
    additional?: string
    city?: string
    houseNumber?: string
    street?: string
    zip?: string