import { Normalizer } from "../../types"; import comments from "./comments"; import posts from "./posts"; import status_changes from "./status_changes"; import tags from "./tags"; import votes from "./votes"; import boards from "./boards"; export default { comments, posts, status_changes, tags, votes, boards } as Normalizer<"canny">;