UNPKG
@ton-hard-core/nest-twa
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
NestJS Telegram Web App Module
github.com/p-orlov/ton-hard-core
p-orlov/ton-hard-core
@ton-hard-core/nest-twa
/
src
/
twa.options.d.ts
6 lines
(5 loc)
•
146 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
const
TWA_OPTIONS
=
"TWA_OPTIONS"
;
export
declare
class
TwaOptions
{
readonly
token
:
string
;
constructor
(
token
:
string
); }