WNomunomu před 2 roky
rodič
revize
2448b09269
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      apps/app/src/server/service/preNotify.ts

+ 1 - 1
apps/app/src/server/service/preNotify.ts

@@ -1,6 +1,6 @@
 import type { IUser } from '@growi/core';
 import type { IUser } from '@growi/core';
 
 
-type PreNotifyProps = {
+export type PreNotifyProps = {
   notificationTargetUsers?: IUser[],
   notificationTargetUsers?: IUser[],
 }
 }