Add archive type to the allProjects function under the Groups API (#3407)

This commit is contained in:
Justin Dalrymple 2023-09-11 12:35:12 -04:00 committed by GitHub
parent 8e80015283
commit 2907bdc672
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,6 +91,7 @@ export type AllGroupProjectsOptions = {
| 'similarity'
| 'last_activity_at';
sort?: 'asc' | 'desc';
archive?: boolean;
search?: string;
simple?: boolean;
owned?: boolean;