ListServicePointsOptions: {
    maxResults?: number;
    providers: SE.ServicePointProvider[];
    radius?: number;
} & (SE.ListServicePointsOptionAddress | SE.ListServicePointsOptionAddressQuery | SE.ListServicePointsOptionCoordinates)

Types the 3 separate ways to make a request to the list service points endpoint

Generated using TypeDoc