UNPKG

rtech-struct

Version:

Rtech Platform Superstruct Entity

12 lines (10 loc) 247 B
type InApp = { id: string, type: 'notification/in-app', createdAt: string, notification_type: string, content: Record<string, unknown>, acknowledges: string[], recipients: string[], }; export default InApp;