Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/windmill/windmill-api/models/TriggersCount.ts>TriggersCount

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
type alias TriggersCount
import { type TriggersCount } from "https://deno.land/x/windmill@v1.415.1/windmill-api/models/TriggersCount.ts";
definition: { primary_schedule?: { schedule?: string; }; schedule_count?: number; http_routes_count?: number; webhook_count?: number; email_count?: number; websocket_count?: number; }