interface Packer {
    packData(data): Promise<PackDataResponse>;
}

Implemented by

Methods

Methods

Generated using TypeDoc