ssxlogfields
Allowed fields for an SSX Log.
Signature:
export interface SSXLogFields
Property | Modifiers | Type | Description |
---|---|---|---|
| string | Record<string, any> | Any JSON stringifiable structure to be logged. | |
| string | (Optional) RFC-3339 time of resource generation, defaults to now. | |
| Type of content being logged. | ||
| string | Unique identifier for the user, formatted as a DID. |
Last modified 5mo ago