Return value of convertObjectToBuffer()

interface ObjectToBufferConversionResult {
    missingProperty?: string;
    rawValue: Buffer;
}

Properties

missingProperty?: string

Property key name, if a property is missing from the Javascript object

rawValue: Buffer

Converted raw value