chore: update webhook sdk types

Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei
2024-09-14 20:48:17 +08:00
parent 13f4a0cc5a
commit b28d6c0b28

View File

@@ -7,6 +7,7 @@ import type { PostModel } from '@core/modules/post/post.model'
import type { NormalizedPost } from '@core/modules/post/post.type'
import type { RecentlyModel } from '@core/modules/recently/recently.model'
import type { SayModel } from '@core/modules/say/say.model'
import type { ReaderModel } from '~/modules/reader/reader.model'
import type { EventEmitter } from 'node:events'
import type { BusinessEvents } from './event.enum'
@@ -62,7 +63,9 @@ export interface IActivityLike {
ref: {
id: string
title: string
readerId?: string
}
reader?: ReaderModel
}
// Auto Generaged type.