mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-04 12:25:19 -04:00
fix(aws): keeping the syntax simpler for arrays
This commit is contained in:
parent
db96d97c8d
commit
bb2bf25a9c
@ -3,7 +3,7 @@ import { StackResource } from '@aws-sdk/client-cloudformation';
|
||||
class CloudRunnerAWSTaskDef {
|
||||
public taskDefStackName!: string;
|
||||
public taskDefCloudFormation!: string;
|
||||
public taskDefResources: Array<StackResource> | undefined;
|
||||
public baseResources: Array<StackResource> | undefined;
|
||||
public taskDefResources: StackResource[] | undefined;
|
||||
public baseResources: StackResource[] | undefined;
|
||||
}
|
||||
export default CloudRunnerAWSTaskDef;
|
||||
|
Loading…
Reference in New Issue
Block a user