Home > yorkie-js-sdk > PresenceInfo
PresenceInfo is presence information of this client.
PresenceInfo
Signature:
export declare type PresenceInfo<M> = { clock: number; data: M; };