Remote builder refactoring (#264)

Remote builder refactoring
This commit is contained in:
Frostebite
2021-05-23 05:08:40 +01:00
committed by GitHub
parent 9fff362775
commit c96b8cf443
15 changed files with 3256 additions and 2827 deletions
@@ -0,0 +1,6 @@
class RemoteBuilderSecret {
public ParameterKey!: string;
public EnvironmentVariable!: string;
public ParameterValue!: string;
}
export default RemoteBuilderSecret;