Skip to content

Commit

Permalink
Use more accurate type in LinkingManager spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
acoates-ms committed Jul 15, 2024
1 parent a96272e commit 7494779
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import * as TurboModuleRegistry from '../../../../Libraries/TurboModule/TurboMod

export interface Spec extends TurboModule {
// Common interface
+getInitialURL: () => Promise<string>;
+getInitialURL: () => Promise<?string>;
+canOpenURL: (url: string) => Promise<boolean>;
+openURL: (url: string) => Promise<void>;
+openSettings: () => Promise<void>;
Expand Down

0 comments on commit 7494779

Please sign in to comment.