Log
---@param type string('citizens', 'incidents', 'reports', 'evidence', 'vehicles', 'warrants', 'bolos', 'weapons','cameras')
---@param action string('create', 'update', 'delete')
---@param author_stateid string<drx_mdt_officers.stateid>
---@return void
function Log(type, action, author_stateid)
-- Using any third parties to store logs? If so, you can call them here.
endLast updated