@webshop/root - v1.0.0
    Preparing search index...

    Type Alias Address

    type Address = {
        city: string;
        country: Country;
        idAddress?: number;
        idCustomer?: number;
        streetNameAndHouseNumber: string;
        zipCode: string;
    }
    Index

    Properties

    city: string
    country: Country
    idAddress?: number
    idCustomer?: number
    streetNameAndHouseNumber: string
    zipCode: string