Added CESCVA MessageType for FE (#1737)

This commit is contained in:
JustinKol 2024-02-06 12:46:25 -05:00 committed by GitHub
parent 31f7178669
commit 2d06eef9cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,6 +46,7 @@ export enum MessageTypes {
GetAuthorizationToken, // Data Explorer -> Fabric
GetAllResourceTokens, // Data Explorer -> Fabric
Ready, // Data Explorer -> Fabric
OpenCESCVAFeedbackBlade,
}
export interface AuthorizationToken {