Interface APIEventLogs

interface APIEventLogs {
    logs: APILog[];
    totalCount: number;
}

Properties

Properties

logs: APILog[]
totalCount: number