Type alias ContentNode

ContentNode: {
    dataSize: bigint;
    iNode: number;
    type: "CONTENT";
}

Type declaration

  • dataSize: bigint
  • iNode: number
  • type: "CONTENT"

Generated using TypeDoc