Skip to content

Commit 2ac785d

Browse files
committed
Add type to API initialiser function
1 parent aeaa967 commit 2ac785d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/nested.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,5 +308,6 @@ export const NestedApi = ({ database }: { database: InternalDatabase }) => {
308308
all,
309309
};
310310
};
311+
NestedApi.type = type;
311312

312313
export default Nested;

0 commit comments

Comments
 (0)