mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-01-29 12:19:06 +08:00
6 lines
137 B
TypeScript
6 lines
137 B
TypeScript
class CloudRunnerEnvironmentVariable {
|
|
public name!: string;
|
|
public value!: string;
|
|
}
|
|
export default CloudRunnerEnvironmentVariable;
|