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