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
/
decorators
/
with-telegram-user.decorator.d.ts
2 lines
(1 loc)
•
186 B
TypeScript
View Raw
1
2
export
declare
const
WithTelegramUser
:
() =>
<
TFunction
extends
Function
, Y>
(
target
:
object
|
TFunction
,
propertyKey
?:
string
|
symbol
,
descriptor
?:
TypedPropertyDescriptor
<Y>
) =>
void
;