Sign in
eclipse
/
openk-usermodules
/
org.eclipse.openk-usermodules.elogbookFE
/
b9ee2cb3b4232aaa9152a313650d0a3f5ce439a9
/
.
/
src
/
app
/
model
/
branch.ts
blob: b89b6d56c8e9ddb6230cdcd05b26e740b4501f04 [
file
]
export
class
Branch
{
id
:
number
;
name
:
string
;
description
:
string
;
}