import { MedusaInternalService } from "@medusajs/framework/utils" import { IndexRelation } from "@models" export class IndexRelationService extends MedusaInternalService( IndexRelation ) {}