UNPKG
@exact-team/nestjs-telegram-oauth2
Version:
latest (0.0.6)
0.0.6
0.0.1
telegram oauth2 for nestjs
github.com/exact01/nestjs-telegram-oauth2
exact01/nestjs-telegram-oauth2
@exact-team/nestjs-telegram-oauth2
/
build
/
common
/
utils
/
create-telegram-oauth2-factory
/
create-telegram-oauth2-factory.util.d.ts
4 lines
•
291 B
TypeScript
View Raw
1
2
3
4
import
{
TelegramOAuth2
}
from
'@exact-team/telegram-oauth2'
;
import
{
ITelegramOauth2Config
}
from
'./interfaces'
;
export
declare
function
createTelegramOauth2SdkFactory
(
moduleOptions: ITelegramOauth2Config
):
TelegramOAuth2
;
//# sourceMappingURL=create-telegram-oauth2-factory.util.d.ts.map