lemmy-js-client/src/interfaces/index.ts

6 lines
130 B
TypeScript
Raw Normal View History

export * from "./aggregates";
export * from "./api";
export * from "./others";
export * from "./source";
export * from "./views";