decryptAttendeeOrNull<R extends RawAttendeeRow>(row: R | null,privateKey: CryptoKey,): Promise<DecryptedAttendeeRow<R> | null>
Decrypt a single raw attendee, handling null input. Used when attendee is fetched via batch query.
R extends RawAttendeeRow
Promise<DecryptedAttendeeRow<R> | null>