import { EventOut } from "@mistralai/mistralai/models/components";
let value: EventOut = {
name: "<value>",
createdAt: 253941,
};
Field | Type | Required | Description |
---|---|---|---|
name |
string | ✔️ | The name of the event. |
data |
Record<string, any> | ➖ | N/A |
createdAt |
number | ✔️ | The UNIX timestamp (in seconds) of the event. |