UNPKG

zcatalyst-cli

Version:

Command Line Tool for CATALYST

3 lines (2 loc) 189 B
import { SIGNALS_API_NAMES } from '../util_modules/constants'; export declare function generate(publisher: keyof typeof SIGNALS_API_NAMES, event: string): Promise<Record<string, unknown>>;