This commit is contained in:
tamaina
2023-05-29 17:03:20 +00:00
parent 931cea75b6
commit 3918473e29
5 changed files with 112 additions and 8 deletions

View File

@@ -9,6 +9,7 @@ import {
packedUserSchema,
} from './schemas/user.js';
import {
notificationTypeSchema,
packedNotificationSchema,
packedNotificationStrictSchema,
} from './schemas/notification.js';
@@ -74,6 +75,7 @@ export const refs = {
Note: packedNoteSchema,
NoteReaction: packedNoteReactionSchema,
NoteFavorite: packedNoteFavoriteSchema,
NotificationType: notificationTypeSchema,
Notification: packedNotificationSchema,
NotificationStrict: packedNotificationStrictSchema,
DriveFile: packedDriveFileSchema,