2025-03-19 21:19:56 +01:00
|
|
|
ProjektProperties(
|
|
|
|
title: String,
|
|
|
|
description: String
|
|
|
|
)
|
|
|
|
|
2025-03-20 19:22:41 +01:00
|
|
|
/createProject -> (
|
2025-03-16 14:16:16 +01:00
|
|
|
id: ProjektId,
|
|
|
|
properties: ProjektProperties
|
|
|
|
)
|
|
|
|
|
2025-03-20 19:22:41 +01:00
|
|
|
/updateProject -> (
|
2025-03-16 14:16:16 +01:00
|
|
|
id: ProjektId,
|
|
|
|
properties: ProjektProperties
|
|
|
|
)
|