Skip to content

Commit

Permalink
Add experimental to TS docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
elle-j committed Feb 29, 2024
1 parent 2abad39 commit e02ab89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/realm/src/experimental/base-url.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ declare module "../app-services/App" {
interface App {
/**
* Get the base URL.
* @experimental This feature is experimental and may be changed or removed.
*/
get baseUrl(): string;
/**
* Switch the base URL.
* @experimental This feature is experimental and may be changed or removed.
*/
switchBaseUrl(url: string): void;
}
Expand Down

0 comments on commit e02ab89

Please sign in to comment.