Sfoglia il codice sorgente

export type OptionsToSave

kaori 3 anni fa
parent
commit
3e1280f939
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;