import { IServiceProps } from "../Services/types"; export interface IServicePropsWithIndex extends IServiceProps { index: number }