Skip to content

Commit 522c0e8

Browse files
authored
hotfix: missing enum value in Types.ts
1 parent 07347c7 commit 522c0e8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Website/lib/Types.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ export type SolutionWarningType = {
44
}
55

66
export enum WarningType {
7-
Attribute
7+
Attribute,
8+
WebResource
89
}
910

1011
export type GroupType = {
@@ -257,4 +258,4 @@ export type Key = {
257258
Name: string,
258259
LogicalName: string,
259260
KeyAttributes: string[]
260-
}
261+
}

0 commit comments

Comments
 (0)