For the complete documentation index, see llms.txt. This page is also available as Markdown.

MultiSyncCallback

type MultiSyncCallback = (syncResult: Array<RecordData>) => void;

Last updated