mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
Add missing premium/ultimate Project attributes (#3512)
This commit is contained in:
parent
1d7e9aee42
commit
032e3eef2b
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user