ssxlogfields

Home > @spruceid/ssx-server > SSXLogFields

SSXLogFields interface

Allowed fields for an SSX Log.

Signature:

export interface SSXLogFields 

Properties

PropertyModifiersTypeDescription

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 updated