SingleSyncCallback

type SingleSyncCallback = (syncResult: RecordData) => void;

Last updated

Was this helpful?