PersistentAI API Documentation / @persistentai/fireflow-vfs / / ListEntriesResult
Interface: ListEntriesResult
Defined in: packages/fireflow-vfs/src/types/entry.ts:76
Result of list operation with pagination
Properties
entries
entries:
VFSTreeEntry[]
Defined in: packages/fireflow-vfs/src/types/entry.ts:78
Entries in the folder
pagination
pagination:
object
Defined in: packages/fireflow-vfs/src/types/entry.ts:80
Pagination info
count
count:
number
hasMore
hasMore:
boolean
nextCursor?
optionalnextCursor:string