Skip to content

Commit 6b5f4fe

Browse files
Declaring excludeFromBackupKey in index.d.ts so it is accessible in typescript.
1 parent 88466b5 commit 6b5f4fe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,12 @@ export interface IOSApi {
548548
* @param {string} scheme URI scheme that needs to support, optional
549549
*/
550550
presentPreview(path: string, scheme?: string): void;
551+
552+
/**
553+
* Marks the file to be excluded from icloud/itunes backup. Works recursively if path is to a directory
554+
* @param {string} path Path to a file or directory to mark to be excluded.
555+
*/
556+
excludeFromBackupKey(path: string): Promise<void>;
551557
}
552558

553559
export interface AndroidDownloadOption {

0 commit comments

Comments
 (0)