Interface iGetAttestationsForUserPayload

interface iGetAttestationsForUserPayload {
    bookmark?: string;
    oldestFirst?: boolean;
    viewType?: "created" | "all" | "received";
}

Hierarchy

  • iBaseQueryParams
    • iGetAttestationsForUserPayload

Properties

bookmark?: string
oldestFirst?: boolean
viewType?: "created" | "all" | "received"

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

  • 'all' will return all attestations the user has
  • 'created' will return all attestations the user has created
  • 'received' will return all attestations the user has received
MMNEPVFCICPMFPCPTTAAATR