UNPKG

@fleek-platform/agents-ui

Version:

The Fleek Platform Agents UI provides a simple interface for deploying, monitoring, and configuring your agents––making management straightforward

10 lines (9 loc) 264 B
type UpdateUserArgs = { email?: string; abandonedCart: boolean; }; export declare const useBeehiiv: () => { subscribeNewUser: (email?: string) => Promise<void>; updateUser: ({ email, abandonedCart }: UpdateUserArgs) => Promise<void>; }; export {};