import { IConfig } from './IConfig'; export type IConfigMockService = { // eslint-disable-next-line no-unused-vars getConfigByMockToken: (token: string) => IConfig | undefined; };