Interface AddressValidationResponseInterfaceInternal

Interface version of AddressValidationResponse

interface AddressValidationResponseInterface {
    __typename: "AddressValidationInfo" | "AddressValidationError";
}

Hierarchy (View Summary)

Implemented by

Properties

Properties

__typename: "AddressValidationInfo" | "AddressValidationError"

Typename that can be used for type guards instead of instanceof