Type alias INodeData

INodeData: {
    gc: boolean;
    ino: INodeIndex;
    type: INodeType;
}

Type declaration

Generated using TypeDoc