WNomunomu 2 lat temu
rodzic
commit
2448b09269
1 zmienionych plików z 1 dodań i 1 usunięć
  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';
 
-type PreNotifyProps = {
+export type PreNotifyProps = {
   notificationTargetUsers?: IUser[],
 }