Interface ApiGetScoresResponseTraceData

GetScoresResponseTraceData

interface ApiGetScoresResponseTraceData {
    tags?: null | string[];
    userId?: null | string;
}

Properties

Properties

tags?: null | string[]

A list of tags associated with the trace referenced by score

userId?: null | string

The user ID associated with the trace referenced by score