ServicePointsListResponse: {
    errors: SE.CodedError[] | SE.ServicePointCustomError[];
    lat: number;
    long: number;
    servicePoints: { [ P in keyof SE.ServicePoint]: SE.ServicePoint[P] | null }[];
}

Type declaration

Generated using TypeDoc