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
/
src
/
interfaces
/
telegram-oauth2.options.interface.ts
4 lines
(2 loc)
•
179 B
text/typescript
View Raw
1
2
3
4
import
{
ITelegramOauth2Config
}
from
'../common/utils/create-telegram-oauth2-factory/interfaces'
;
export
interface
ITelegramOauth2ModuleOptions
extends
ITelegramOauth2Config
{}