UNPKG

mailinator-client

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