firstbatchxyz / firstbatch-sdk-ts

TypeScript SDK for FirstBatch: Real-time Personalization using VectorDBs.
https://firstbatch.xyz/
MIT License
5 stars 1 forks source link

Issue Hunting #21

Closed erhant closed 8 months ago

erhant commented 8 months ago
{
    success: boolean, // whether the operation was succesfull
    destination: string, // name of next state (after signal)
    source: string, // name of current state (before signal)
    batchType: string, // batch type for the current state
    params: any, // params for the current  state
  };

more coming soon.