260326:1347 Fixing Refactor ADR-019 Naming convention uuid #01
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export interface Notification {
|
||||
uuid: string;
|
||||
publicId: string; // ADR-019: exposed as 'id' in API responses
|
||||
notificationId?: number; // Excluded from API responses (ADR-019)
|
||||
title: string;
|
||||
message: string;
|
||||
|
||||
Reference in New Issue
Block a user