/** * @todo Eden-subscription? */ export interface EdenCreateSubscriptionOptions { enabled?: boolean onStarted?: () => void onData: (data: TOutput) => void onError?: (err: TError) => void }