MCPcopy Index your code
hub / github.com/simstudioai/sim / getNextStartingAfter

Function getNextStartingAfter

apps/sim/tools/instantly/utils.ts:67–70  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

65}
66
67export function getNextStartingAfter(value: unknown): string | null {
68 const data = asRecord(value)
69 return asString(data.next_starting_after)
70}
71
72export function mapLead(value: unknown): InstantlyLead {
73 const lead = asRecord(value)

Callers 4

list_lead_lists.tsFile · 0.90
list_emails.tsFile · 0.90
list_leads.tsFile · 0.90
list_campaigns.tsFile · 0.90

Calls 2

asRecordFunction · 0.70
asStringFunction · 0.70

Tested by

no test coverage detected