UNPKG

chatwork-api-wrap

Version:
8 lines (7 loc) 208 B
import { Me } from "./constants"; export type MeGetResponse = Me; /** * Get my info. * https://developer.chatwork.com/reference/get-me */ export declare function get(apiToken: string): Promise<Me | null>;