Skip to content

Commit

Permalink
update fula interface
Browse files Browse the repository at this point in the history
  • Loading branch information
farhoud committed Jun 20, 2022
1 parent 1e9a729 commit d1a67ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/interfaces/fulaNativeModule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ interface FulaNativeModule {
send: (filePath: string) => Promise<any>;
receiveFileInfo: (fileId: string) => Promise<Iterable<number>>;
receiveFile: (fileId: string, fileName: string,include64: boolean) => Promise<any>;
receiveDecryptFile: (fileRef: string, fileName: string,include64: boolean) => Promise<any>;
encryptSend: (filePath:string) => Promise<string>
graphQL: (query: string, variableValues: string) => Promise<any>;
}

Expand Down

0 comments on commit d1a67ea

Please sign in to comment.