Type Alias: StateSyncActionConstants
type StateSyncActionConstants = Readonly<{
BULK_SYNC: (typeof STATE_SYNC_ACTION_VALUES)[0];
DELETE: (typeof STATE_SYNC_ACTION_VALUES)[1];
UPDATE: (typeof STATE_SYNC_ACTION_VALUES)[2];
}>;
Defined in: shared/types/stateSync.ts:105
Enumerated state synchronization lifecycle actions.