gi-nx / fetchProjectFiles
ts
const fetchProjectFiles: () => Promise<GiFile[]> = fetchUserFiles;Fetches files for the user.
Returns
Promise<GiFile[]>
A promise that resolves with files (and content packs) that the user has access to.
Deprecated
Use fetchUserFiles instead. Files are not associated with a project.