次の方法で共有


EnvironmentType type

EnvironmentType の値を定義します。 使用可能な値は次のとおりです: 'Prod'、'Test'

type EnvironmentType = "Prod" | "Test"