UNPKG

@oneclick.dev/sdk

Version:

The OneClick Studio SDK

10 lines (9 loc) 186 B
export interface NotifyOptions { title: string; message: string; userId?: string; } export interface FlowOptions { flowName: string; payload?: Record<string, any>; }