magnetar/fe_calckey/frontend/magnetar-common/src/endpoints.ts

7 lines
380 B
TypeScript

export { GetNoteById } from "./types/endpoints/GetNoteById";
export { GetTimeline } from "./types/endpoints/GetTimeline";
export { GetUserById } from "./types/endpoints/GetUserById";
export { GetUserByAcct } from "./types/endpoints/GetUserByAcct";
export { GetUserSelf } from "./types/endpoints/GetUserSelf";
export { GetManyUsersById } from "./types/endpoints/GetManyUsersById";