interface ResolveResult {
    entry: UnixFSEntry;
    next?: NextResult;
}

Properties

Properties

next?: NextResult