chore: file typings

This commit is contained in:
Nathan Walker
2022-07-22 09:29:34 -07:00
parent bdda6bfe04
commit 8f91f3bd5f

View File

@ -284,6 +284,8 @@ export class FileSystemAccess implements IFileSystemAccess {
getDocumentsFolderPath(): string; getDocumentsFolderPath(): string;
getExternalDocumentsFolderPath(): string;
getTempFolderPath(): string; getTempFolderPath(): string;
getLogicalRootPath(): string; getLogicalRootPath(): string;