import pullRequestPrivate from "./pullRequest-private"; import pullRequestPublic from "./pullRequest-public"; import gistPrivate from "./gist-private"; import gistPublic from "./gist-public"; import repositoryPrivate from "./repository-private"; import repositoryPublic from "./repository-public"; import conference from "./conference"; import file from "./file"; import webview from "./webview"; import user from "./user"; import option from "./option"; import admin from "./admin"; import anonymizePreview from "./anonymize-preview"; export default { pullRequestPrivate, pullRequestPublic, gistPrivate, gistPublic, repositoryPrivate, repositoryPublic, file, webview, user, option, conference, admin, anonymizePreview, };