UNPKG

@towns-protocol/sdk

Version:

For more details, visit the following resources:

11 lines 343 B
import { ObservableRecord } from '../../observable/observableRecord'; export class UserInboxStreamsView extends ObservableRecord { constructor() { super({ makeDefault: (userInboxStreamId) => ({ streamId: userInboxStreamId, }), }); } } //# sourceMappingURL=userInboxStreams.js.map