fieldnotesai
    Preparing search index...

    Interface Notification

    Provides functionality for notification.

    interface Notification {
        body: string;
        case_id: string | null;
        created_at: string;
        form_id: string | null;
        id: string;
        is_read: boolean;
        title: string;
        type: NotificationType;
        user_id: string;
    }
    Index

    Properties

    body: string
    case_id: string | null
    created_at: string
    form_id: string | null
    id: string
    is_read: boolean
    title: string
    user_id: string