Added types declarations
This commit is contained in:
parent
857f9c63a6
commit
127e4013e0
7 changed files with 42 additions and 41 deletions
|
@ -1,9 +1,15 @@
|
|||
projekt/create/ -> createProjekt(
|
||||
ProjektProperties(
|
||||
id: String,
|
||||
title: String,
|
||||
description: String
|
||||
)
|
||||
|
||||
/projekt/create -> createProjekt(
|
||||
id: ProjektId,
|
||||
properties: ProjektProperties
|
||||
)
|
||||
|
||||
projekt/update/ -> updateProjekt(
|
||||
/projekt/update -> updateProjekt(
|
||||
id: ProjektId,
|
||||
properties: ProjektProperties
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue