interface UserApiLogGetResponse {
    api_log: ApiLogDetail[];
    count: number;
}

Properties

Properties

api_log: ApiLogDetail[]

A list of API loc call records, with the oldest record first in the list

count: number