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

    Interface PostOfficeBox

    A post-office-box address of the responsible authority.

    interface PostOfficeBox {
        city?: string;
        postOfficeBox?: string;
        zip?: string;
    }
    Index
    city?: string
    postOfficeBox?: string
    zip?: string