Explorar el Código

add isSyncRevisionToHackmd

yuken hace 3 años
padre
commit
0f5aac67af
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/app/src/interfaces/editor-settings.ts

+ 1 - 0
packages/app/src/interfaces/editor-settings.ts

@@ -44,4 +44,5 @@ export type OptionsToSave = {
   pageTags: string[] | null;
   grantUserGroupId?: string | null;
   grantUserGroupName?: string | null;
+  isSyncRevisionToHackmd?: boolean;
 };