Record
project-branching-model
No description available.
record project-branching-model {
type-op: string,
branch-types: option<list<project-branching-model-branch-types-item>>,
development: option<project-branching-model-development>,
production: option<project-branching-model-production>,
}Fields
| Name | Type | Description |
|---|---|---|
| type-op | string | |
| branch-types | option<list<project-branching-model-branch-types-item>> | |
| development | option<project-branching-model-development> | |
| production | option<project-branching-model-production> |