Traces

interface ApiTraces {
    data: ApiTraceWithDetails[];
    meta: ApiUtilsMetaResponse;
}

Properties

Properties