import { IResponse } from "./IResponse"; export interface IAuth extends IResponse { accessToken: string; tokenType: string; }