Skip to content

Commit

Permalink
Deploying to gh-pages from @ 98c9adf πŸš€
Browse files Browse the repository at this point in the history
  • Loading branch information
ddubrava committed Nov 18, 2023
1 parent ff5c904 commit 28dac8c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion interfaces/YaConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ API loading parameters.
```ts
export interface YaConfig {
/**
* API key. You can get a key in the developer's dashboard.
* API key.
*/
apikey?: string;
/**
* Geosuggest API key.
*/
suggest_apikey?: string;
/**
* Locale.
*/
Expand All @@ -26,6 +30,10 @@ export interface YaConfig {
* API loading mode.
*/
mode?: 'release' | 'debug';
/**
* Enables CSP mode.
*/
csp?: boolean;
/**
* Use commercial version of the API.
*/
Expand Down

0 comments on commit 28dac8c

Please sign in to comment.