edilkamin
    Preparing search index...

    Interface BufferEncodedType

    Represents a Node.js Buffer object serialized to JSON. This format is used by the Edilkamin API for gzip-compressed fields.

    interface BufferEncodedType {
        data: number[];
        type: "Buffer";
    }
    Index

    Properties

    Properties

    data: number[]
    type: "Buffer"