type alias ActivityToLog

One thing to record in the log: what happened, and which listing/attendee it happened to.

Properties

message: string
optional
listing:
ListingRef
| null
| undefined
optional
attendeeId:
number
| null
| undefined

Usage

import { type ActivityToLog } from "doc.ts";