Skip to content

Commit 8e44cbb

Browse files
committed
types
1 parent ba6fa9f commit 8e44cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/databases-collections/src/modules/create-namespace.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ export async function handleFLE2Options(
364364

365365
export const createNamespace = (
366366
data: CreateNamespaceOptions
367-
): CreateNamespaceThunkAction<Promise<void>> => {
367+
): CreateNamespaceThunkAction<Promise<HandleErrorAction | undefined>> => {
368368
return async (
369369
dispatch,
370370
getState,

0 commit comments

Comments
 (0)