featherbone-shipengine
Version:
Forked and patched version of the official ShipEngine JavaScript SDK for Node.js
10 lines (9 loc) • 362 B
TypeScript
import { NormalizedConfig } from "../config";
import * as VoidLabelWithLabelIdTypes from "./types/public";
export { VoidLabelWithLabelIdTypes };
/**
* Void a label with its ID
*
* https://www.shipengine.com/docs/labels/voiding/
*/
export declare function voidLabelWithLabelId(id: string, config: NormalizedConfig): Promise<VoidLabelWithLabelIdTypes.Result>;