declare enum AuthorizationTypeEnum { BASIC = "basic", OAUTH = "oauth", OAUTH2 = "oauth2" } export default AuthorizationTypeEnum;