16 lines
241 B
Plaintext
Raw Normal View History

2023-02-13 09:37:15 -06:00
export App
data ServiceIdsItem:
blueprintId: string
peerId: string
serviceId: string
data Hello_worldDeploys:
default: []ServiceIdsItem
data Services:
hello_world: Hello_worldDeploys
service App("App"):
services: -> Services