fieldnotesai
    Preparing search index...

    Interface AdminNotification

    Provides functionality for admin notification.

    interface AdminNotification {
        body: string;
        case_id: string | null;
        created_at: string;
        id: string;
        is_read: boolean;
        request_id: string | null;
        title: string;
        type: "consent_revoke_requested";
    }
    Index

    Properties

    body: string
    case_id: string | null
    created_at: string
    id: string
    is_read: boolean
    request_id: string | null
    title: string
    type: "consent_revoke_requested"