import { InterchangeSystemBuilderArguments } from "../entities/InterchangeSystem"; import { ChapmanApiBasedParkingRepositoryLoader } from "./parking/ChapmanApiBasedParkingRepositoryLoader"; export const supportedIntegrationTestSystems: InterchangeSystemBuilderArguments[] = [ { id: "1", name: "Chapman University", passioSystemId: "263", parkingSystemId: ChapmanApiBasedParkingRepositoryLoader.id, }, ];