import events from "./events"; import customers from "./customers"; import { Normalizer } from "../../types"; export default { events, customers } as Normalizer<"stripe">;