UNPKG

miso-npm-publish-test

Version:

A library for easily sending push notifications to LINE Bot

6 lines (5 loc) 210 B
import type { TokenResponse } from "../../types/types.js"; export declare class LineTokenApi { private static _post; static getToken(channelId: string, channelSecret: string): Promise<TokenResponse>; }