UNPKG

passport-telegram-web-app

Version:

A [Passport](https://www.passportjs.org/) strategy for [telegram web app (bots)](https://core.telegram.org/bots/webapps) authentication.

3 lines (2 loc) 142 B
import { DataInterface } from "../interfaces/data.interface"; export type DataFromRequestFunction = (request: any) => DataInterface | null;