alias Tanda::Webhook::RequestLog::RequestCounts
Overview
{ "https://some_url.com" => { "schedule.published" => 1, "schedule.updated" => 2, }, "https://some_other_url.com" => { "shift.updated" => 1, "schedule.published" => 2, }, }
Alias Definition
Hash(String, Hash(String, UInt32))