export entity types

This commit is contained in:
syuilo 2021-05-16 11:16:32 +09:00
parent c7bfdea17b
commit f5fcc130bf
1 changed files with 2 additions and 0 deletions

View File

@ -9,3 +9,5 @@ export {
Stream,
Acct
};
export * as entities from './types';