Skip to content

Commit bb53225

Browse files
committed
Update SingleInstanceStateController.d.ts
1 parent ee630ff commit bb53225

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

types/SingleInstanceStateController.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import type { Op } from './ParseOp';
2-
import type ParseObject from './ParseObject';
3-
import type { AttributeMap, ObjectCache, OpsMap, State } from './ObjectStateMutations';
1+
import type { Op } from "./ParseOp";
2+
import type ParseObject from "./ParseObject";
3+
import type { AttributeMap, ObjectCache, OpsMap, State } from "./ObjectStateMutations";
44
export declare function getState(obj: ParseObject): State | null;
55
export declare function initializeState(obj: ParseObject, initial?: State): State;
66
export declare function removeState(obj: ParseObject): State | null;

0 commit comments

Comments
 (0)