UNPKG

@towns-protocol/sdk

Version:

For more details, visit the following resources:

13 lines 562 B
import { FullyReadMarker } from '@towns-protocol/proto'; import { TimelinesViewModel } from './timelinesModel'; type Input = { userId: string; myRemoteFullyReadMarkers: Record<string, Record<string, FullyReadMarker | undefined> | undefined>; timelinesView: TimelinesViewModel; }; export type UnreadMarkersModel = { markers: Record<string, FullyReadMarker>; }; export declare function unreadMarkersTransform(value: Input, prev: Input, state?: UnreadMarkersModel): UnreadMarkersModel; export {}; //# sourceMappingURL=unreadMarkersTransform.d.ts.map