Skip to content

Commit 01fe211

Browse files
authored
Merge pull request joltup#176 from mmathewsTableau/master
Declaring excludeFromBackupKey in index.d.ts so it is accessible in typescript.
2 parents a6a9473 + 6b5f4fe commit 01fe211

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
@@ -555,6 +555,12 @@ export interface IOSApi {
555555
* @param {string} scheme URI scheme that needs to support, optional
556556
*/
557557
presentPreview(path: string, scheme?: string): void;
558+
559+
/**
560+
* Marks the file to be excluded from icloud/itunes backup. Works recursively if path is to a directory
561+
* @param {string} path Path to a file or directory to mark to be excluded.
562+
*/
563+
excludeFromBackupKey(path: string): Promise<void>;
558564
}
559565

560566
export interface AndroidDownloadOption {

0 commit comments

Comments
 (0)