UNPKG

@cutls/megalodon

Version:

Mastodon, Pleroma, Misskey API client for node.js and browser

10 lines (9 loc) 281 B
import Entity from './entity' declare namespace FilterContext { const Home: Entity.FilterContext const Notifications: Entity.FilterContext const Public: Entity.FilterContext const Thread: Entity.FilterContext const Account: Entity.FilterContext } export default FilterContext