mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
6 lines
163 B
TypeScript
6 lines
163 B
TypeScript
export enum EventMessageType {
|
|
OpenProfile = 'open_profile',
|
|
OAuthLogin = 'oauth_login',
|
|
OAuthProcessed = 'oauth_processed',
|
|
OAuthError = 'oauth_error',
|
|
}
|