notification-service
    Preparing search index...
    interface NotificationOutput {
        createdAt: string;
        failedReason: string | null;
        id: string;
        isRead: boolean;
        message: string;
        readAt: string | null;
        sentAt: string | null;
        sourceId: string;
        state: string;
    }
    Index

    Properties

    createdAt: string
    failedReason: string | null
    id: string
    isRead: boolean
    message: string
    readAt: string | null
    sentAt: string | null
    sourceId: string
    state: string