Skip to content

Commit

Permalink
build: generate types
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Nov 22, 2021
1 parent 5b58e2c commit d763781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payload-types/schema.d.ts
Expand Up @@ -553,7 +553,7 @@ export interface Repository {
*/
allow_forking?: boolean;
is_template: boolean;
topics?: string[];
topics: string[];
visibility?: "public" | "private";
/**
* Whether to delete head branches when pull requests are merged
Expand Down

0 comments on commit d763781

Please sign in to comment.