Rename name field of resourceSubType to resourceName (#14103)

* Rename name field of resourceSubType to resourceName

* update comment

* bump arc version
This commit is contained in:
Charles Gagnon
2021-02-01 13:04:05 -08:00
committed by GitHub
parent 8f5dc1526a
commit 2f49513bae
4 changed files with 7 additions and 7 deletions

View File

@@ -30,9 +30,9 @@ export interface ResourceType {
export interface ResourceSubType {
/**
* The name should match the name in Resource Type
* The name of the Resource Type this subtype is extending
*/
name: string;
resourceName: string;
/**
* The option name should have a matching name in ResourceType.options
*/