You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/types.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ export type SettingSelector = {
17
17
* For all other cases the characters: asterisk `*`, comma `,`, and backslash `\` are reserved. Reserved characters must be escaped using a backslash (\).
18
18
* e.g. the key filter `a\\b\,\*c*` returns all key-values whose key starts with `a\b,*c`.
19
19
*/
20
-
keyFilter: string,
20
+
keyFilter?: string,
21
21
22
22
/**
23
23
* The label filter to apply when querying Azure App Configuration for key-values.
0 commit comments