WNomunomu 2 лет назад
Родитель
Сommit
2448b09269
1 измененных файлов с 1 добавлено и 1 удалено
  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[],
 }