Przeglądaj źródła

export type OptionsToSave

kaori 3 lat temu
rodzic
commit
3e1280f939
1 zmienionych plików z 1 dodań i 1 usunięć
  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;