All files / app/service index.ts

100% Statements 23/23
100% Branches 0/0
100% Functions 0/0
100% Lines 22/22

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 4868x 68x 68x 68x 68x 68x 68x 68x 68x 68x 68x 68x 68x 68x 68x 68x 68x 68x 68x 68x 68x   68x                                                  
import * as account from "./account";
import * as api from "./api";
import * as auth from "./auth";
import * as bugs from "./bugs";
import * as communities from "./communities";
import * as conversations from "./conversations";
import * as discussions from "./discussions";
import * as donations from "./donations";
import * as events from "./events";
import * as groups from "./groups";
import * as jail from "./jail";
import * as notifications from "./notifications";
import * as pages from "./pages";
import * as references from "./references";
import * as reporting from "./reporting";
import * as requests from "./requests";
import * as resources from "./resources";
import * as search from "./search";
import * as threads from "./threads";
import * as user from "./user";
import * as version from "./version";
 
export const service = {
  account,
  api,
  auth,
  bugs,
  communities,
  conversations,
  discussions,
  donations,
  events,
  groups,
  jail,
  notifications,
  pages,
  references,
  reporting,
  requests,
  resources,
  search,
  threads,
  user,
  version,
} as const;
 
export type { HostingPreferenceData, UpdateUserProfileData } from "./user";