Appearance
Documentation / @kizami/db / FindNotificationByTypeAndDateParams
Interface: FindNotificationByTypeAndDateParams
Defined in: packages/db/src/queries/notifications.ts:60
Properties
subjectDate
subjectDate:
string
Defined in: packages/db/src/queries/notifications.ts:66
ローカル日付 "YYYY-MM-DD"。null 相当("subject_date を持たない")の検索はサポートしない (SQLite の NULL 比較は = では成立しないため、必要になった時点で専用関数を足す)
tenantId
tenantId:
string
Defined in: packages/db/src/queries/notifications.ts:61
type
type:
string
Defined in: packages/db/src/queries/notifications.ts:63
userId
userId:
string
Defined in: packages/db/src/queries/notifications.ts:62