calque/infrastructure/types.bicep
2024-11-14 16:22:11 +01:00

8 lines
144 B
Bicep

@export()
type Context = {
locationAbbreviation: string
location: string
environment: string
projectName: string
deployedAt: string
}