UNPKG

mailinator-client

Version:
5 lines (4 loc) 156 B
import { IRestResponse } from 'typed-rest-client/RestClient'; export interface Request<T> { execute(apiToken: string): Promise<IRestResponse<T>>; }