Remove hours usage cron/action

This commit is contained in:
Esdras Renan 2025-11-18 09:34:56 -03:00
parent 07a6f101b8
commit 674c62208f
4 changed files with 0 additions and 300 deletions

View file

@ -9,7 +9,6 @@
*/
import type * as alerts from "../alerts.js";
import type * as alerts_actions from "../alerts_actions.js";
import type * as bootstrap from "../bootstrap.js";
import type * as categories from "../categories.js";
import type * as categorySlas from "../categorySlas.js";
@ -57,7 +56,6 @@ import type {
*/
declare const fullApi: ApiFromModules<{
alerts: typeof alerts;
alerts_actions: typeof alerts_actions;
bootstrap: typeof bootstrap;
categories: typeof categories;
categorySlas: typeof categorySlas;