import { IRestResponse } from 'typed-rest-client/RestClient'; export interface RequestWithoutToken { execute(): Promise>; }