MultiSyncCallback

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

Last updated