Add missing premium/ultimate Project attributes (#3512)

This commit is contained in:
Justin Dalrymple 2024-01-22 18:27:25 -05:00 committed by GitHub
parent 1d7e9aee42
commit 032e3eef2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,6 +77,9 @@ export interface SimpleProjectSchema extends CondensedProjectSchema {
}
export interface ProjectSchema extends SimpleProjectSchema {
issues_template?: string;
merge_requests_template?: string;
mirror_trigger_builds?: boolean;
container_registry_image_prefix: string;
_links: {
self: string;