telegram-miniapp-tools
Version:
Tools for working with Telegram Miniapps
14 lines (11 loc) • 318 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/*
export type PhoneRequestedStatus = "sent" | "cancelled" | string;
export type BiometryTokenUpdateStatus =
| "updated"
| "removed"
| "failed"
| string;
export type BiometryAuthRequestStatus = "failed" | "authorized" | string;
*/