8 lines
144 B
Bicep
8 lines
144 B
Bicep
@export()
|
|
type Context = {
|
|
locationAbbreviation: string
|
|
location: string
|
|
environment: string
|
|
projectName: string
|
|
deployedAt: string
|
|
}
|