cogsbox-state 0.5.101 → 0.5.102

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -198,6 +198,8 @@ export type OptionsType<T extends unknown = unknown> = {
198
198
  reactiveDeps?: (state: T) => any[] | true;
199
199
  reactiveType?: ReactivityType[] | ReactivityType;
200
200
  syncUpdate?: Partial<UpdateTypeDetail>;
201
+ pk?: keyof T;
202
+ currrentPk?: string | number;
201
203
  initialState?: T;
202
204
  dependencies?: any[];
203
205
  };