瀏覽代碼

change export

WNomunomu 2 年之前
父節點
當前提交
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[],
 }