function getNewestAttendeesRaw
getNewestAttendeesRaw(limit: number): Promise<Attendee[]>

Get the newest attendees across all events without decrypting PII. Used for the admin dashboard to show recent registrations.

Parameters

limit: number

Return Type

Promise<Attendee[]>

Usage

import { getNewestAttendeesRaw } from "doc.ts";