Skip to content

Commit

Permalink
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/types-dev/objects.d.ts
Original file line number Diff line number Diff line change
@@ -797,6 +797,15 @@ declare global {
ignoreVersion?: string;
/** Sentry and other plugins */
plugins?: { [pluginName: string]: Record<string, any> };
/** Rules blocks for Javascript rules */
javascriptRules?: {
/** Translations */
i18n?: boolean | Record<string, Record<ioBroker.Languages, string>> | Record<string, string>;
/** Where to load the blocks */
url: string;
/** Blocks names */
name: string;
};

// Make it possible to narrow the object type using the custom property
custom?: undefined;

0 comments on commit 664d3c5

Please sign in to comment.