We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
GitHubRepositoryProperty
1 parent d1a6527 commit 8e70ae2Copy full SHA for 8e70ae2
1 file changed
src/feature-flags/properties.ts
@@ -37,7 +37,7 @@ const repositoryPropertyParsers: {
37
*/
38
export interface GitHubRepositoryProperty {
39
property_name: string;
40
- value: string;
+ value: string | string[];
41
}
42
43
/**
0 commit comments