lemmy-js-client/src/interfaces/index.ts
2020-12-20 13:50:08 -05:00

5 lines
130 B
TypeScript

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