Type alias WrappedObject

WrappedObject: {
    format: "wrapped";
    object: Buffer | string | Uint8Array;
    oid: string;
    source?: string;
    type: "wrapped";
}

Type declaration

  • format: "wrapped"
  • object: Buffer | string | Uint8Array
  • oid: string
  • Optional source?: string
  • type: "wrapped"

Generated using TypeDoc