update entity OrgGroup
This commit is contained in:
parent
bea20bb46b
commit
2dc74fc7d2
7 changed files with 22 additions and 41 deletions
|
|
@ -37,6 +37,8 @@ export class OrgRevision extends EntityBase {
|
|||
default: false
|
||||
})
|
||||
orgRevisionIsDraft: boolean;
|
||||
|
||||
|
||||
}
|
||||
|
||||
export type UpdateOrgRevision = Partial<OrgRevision>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue