We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 438c518 commit 16f5a5cCopy full SHA for 16f5a5c
config.d.ts
@@ -26,6 +26,6 @@ export interface Config {
26
* Custom backlink to Sysdig Secure.
27
* @visibility frontend
28
*/
29
- backlink: string;
+ backlink?: string;
30
};
31
}
0 commit comments