We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 438c518 + 16f5a5c commit 8bf817aCopy full SHA for 8bf817a
3 files changed
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