Add new message type for NPS (#1520)
* Add new message type for NPS Survey * Add new message type for NPS
This commit is contained in:
parent
b98829109e
commit
4742ee0e7b
|
@ -38,6 +38,7 @@ export enum MessageTypes {
|
||||||
OpenPostgreSQLPasswordReset,
|
OpenPostgreSQLPasswordReset,
|
||||||
OpenPostgresNetworkingBlade,
|
OpenPostgresNetworkingBlade,
|
||||||
OpenCosmosDBNetworkingBlade,
|
OpenCosmosDBNetworkingBlade,
|
||||||
|
DisplayNPSSurvey,
|
||||||
}
|
}
|
||||||
|
|
||||||
export { Versions, ActionContracts, Diagnostics };
|
export { Versions, ActionContracts, Diagnostics };
|
||||||
|
|
Loading…
Reference in New Issue