import { IApiEndpoint } from "./endpoint.interface"; export type ApiConstructorPayload = { accessToken: string; endpoint: IApiEndpoint; };