@subsidia-ch/sdk - v1.3.5
    Preparing search index...
    PostCustomerSignUpData: Partial<
        {
            acceptTerms: boolean;
            additionalAddress: string;
            agbUrl: string;
            companyName: string;
            countryCode: string;
            dateOfBirth: string;
            email: string;
            firstName: string;
            floor: string;
            gender: CustomerGender;
            houseNo: string;
            lastName: string;
            phone: string;
            phoneType: CustomerPhoneType;
            postBox: string;
            street: string;
            title: string;
            town: string;
            website: string;
            zipCode: string;
        },
    >