Represents an item of a collection which has pushed its changes to the server and now needs to pull a refreshed copy.
import type { AwaitingPullSyncableStateCollectionItem } from "react-native-app-helpers";
const example: AwaitingPullSyncableStateCollectionItem<`Example Data`> = {
status: `awaitingPull`,
data: `Example Data`,
};