SingleSyncCallback

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

Last updated