UNPKG
@kyleroberts69/core
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
Core library for the Chatbot project
.
@kyleroberts69/core
/
types
/
auth-providers.d.ts
2 lines
(1 loc)
•
176 B
TypeScript
View Raw
1
2
export
type
AuthProviders =
'apple'
|
'azure'
|
'discord'
|
'facebook'
|
'github'
|
'gitlab'
|
'google'
|
'reddit'
|
'salesforce'
|
'slack'
|
'spotify'
|
'twitch'
|
'twitter'
;