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

7 lines
380 B
TypeScript
Raw Normal View History

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";
2023-11-07 20:15:35 +00:00
export { GetManyUsersById } from "./types/endpoints/GetManyUsersById";