UNPKG

plazbot

Version:

Official Plazbot SDK for creating AI agents for WhatsApp, portals, and developers.

3 lines (2 loc) 151 B
import type { ScheduleConfig, ScheduleDefinition } from './types'; export declare function defineSchedule(config: ScheduleConfig): ScheduleDefinition;