TransactionLogInfo
talawa-api / libraries/dbLogger / TransactionLogInfo
Type Alias: TransactionLogInfo
> TransactionLogInfo: object
The structure of a transaction log entry.
Type declaration
model
> model: string
The name of the model associated with the log entry
query?
> optional
query: string
The query executed (optional)
timestamp
> timestamp: string
The timestamp when the log entry was created
type
> type: string
The type of transaction (e.g., create, update, delete)
update?
> optional
update: string
The update performed (optional)