Skip to content

Commit

Permalink
Update Platform.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ameer2468 committed Nov 17, 2023
1 parent 333ad34 commit 00a93b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interface/util/Platform.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ export type Platform = {
| { Ephemeral: { path: string } }
)[]
): Promise<unknown>;
requestFdaMacos?: () => void;
hasFda?: () => boolean;
requestFdaMacos?(): void;
hasFda?(): Promise<boolean>;
getFilePathOpenWithApps?(library: string, ids: number[]): Promise<unknown>;
reloadWebview?(): Promise<unknown>;
getEphemeralFilesOpenWithApps?(paths: string[]): Promise<unknown>;
Expand Down

0 comments on commit 00a93b3

Please sign in to comment.