Update GitHubRepositoryProperty to match schema

This commit is contained in:
Michael B. Gale
2026-03-09 12:03:34 +00:00
parent d1a65275e8
commit 8e70ae21a1
+1 -1
View File
@@ -37,7 +37,7 @@ const repositoryPropertyParsers: {
*/
export interface GitHubRepositoryProperty {
property_name: string;
value: string;
value: string | string[];
}
/**