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:
sindhuba 2023-07-05 14:16:59 -07:00 committed by GitHub
parent b98829109e
commit 4742ee0e7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ export enum MessageTypes {
OpenPostgreSQLPasswordReset,
OpenPostgresNetworkingBlade,
OpenCosmosDBNetworkingBlade,
DisplayNPSSurvey,
}
export { Versions, ActionContracts, Diagnostics };