···11-export type DataSyncStatus =
22- | 'in-sync'
33- | 'out-of-sync'
44- | 'syncing'
55- | 'failed';
11+export type DataSyncStatus = 'in-sync' | 'out-of-sync' | 'syncing' | 'failed';
6273export interface DataSyncDrift {
84 /** Records in the user's PDS that are not in the Semble DB. */