Explorar el Código

export type OptionsToSave

kaori hace 3 años
padre
commit
3e1280f939
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/app/src/client/util/editor.ts

+ 1 - 1
packages/app/src/client/util/editor.ts

@@ -1,4 +1,4 @@
-type OptionsToSave = {
+export type OptionsToSave = {
   isSlackEnabled: boolean;
   slackChannels: string;
   grant: number;