feat: support force sync by click (#4089)

Co-authored-by: JimmFly <yangjinfei001@gmail.com>
This commit is contained in:
Alex Yang
2023-09-01 01:15:07 -05:00
committed by GitHub
parent 83e7e9db8d
commit 92f0b31196
13 changed files with 341 additions and 117 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import type { DocState, StatusAdapter } from './types';
import type { DocState } from './types';
export interface DatasourceDocAdapter extends Partial<StatusAdapter> {
export interface DatasourceDocAdapter {
/**
* request diff update from other clients
*/