Type Alias GetApiRequestLogsPayload

GetApiRequestLogsPayload: {
    data: ApiRequestLogInterface[];
    paging?: PagingInterface;
}

Type declaration