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

Implemented by

Methods

Methods