Skip to content

Commit

Permalink
fix: StyleURL.Default of type string
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiKilian committed Dec 19, 2024
1 parent cafbd5b commit 49cc762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MLRNModule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ interface IMLRNModule {
};

StyleURL: {
Default: URL;
Default: string;
};

setAccessToken(accessToken: string | null): Promise<string | null>;
Expand Down

0 comments on commit 49cc762

Please sign in to comment.