Init fix FS types (#2201)
Docker Image CI / build-and-push-image (push) Has been cancelled
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
release-please / release-please (push) Has been cancelled
test / test-backend (24.x) (push) Has been cancelled
test / API tests (node env, api-test) (24.x) (push) Has been cancelled
test / puterjs (node env, vitest) (24.x) (push) Has been cancelled

This commit is contained in:
Reynaldi Chernando
2026-01-07 01:18:01 +07:00
committed by GitHub
parent 7ef57d5052
commit 678363b0ba
-2
View File
@@ -43,7 +43,6 @@ export interface DeleteOptions extends RequestCallbacks<void> {
paths?: string | string[];
recursive?: boolean;
descendantsOnly?: boolean;
descendants_only?: boolean;
}
export interface ReadOptions extends RequestCallbacks<Blob> {
@@ -100,7 +99,6 @@ export interface WriteOptions extends RequestCallbacks<FSItem> {
dedupeName?: boolean;
createMissingParents?: boolean;
createMissingAncestors?: boolean;
name?: string;
init?: (operationId: string, xhr: XMLHttpRequest) => void;
start?: () => void;
progress?: (operationId: string, progress: number) => void;