Interface iGetClaimAlertsForUserPayload

interface iGetClaimAlertsForUserPayload {
    bookmark?: string;
    oldestFirst?: boolean;
    viewType?: "received" | "sent";
}

Hierarchy

  • iBaseQueryParams
    • iGetClaimAlertsForUserPayload

Properties

bookmark?: string
oldestFirst?: boolean
viewType?: "received" | "sent"

The view type to search for. Default is 'received'

  • 'received' will return all claim alerts the user has received
  • 'sent' will return all claim alerts the user has sent
MMNEPVFCICPMFPCPTTAAATR