Skip to content

Commit 705dc5b

Browse files
committed
fix: correct VueKuzzleOptions type
1 parent 2fe3ca1 commit 705dc5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import type { Backends, SDKOptions } from './types';
66

77
export interface VueKuzzleOptions {
88
backends: Backends;
9-
sdkOptions: SDKOptions;
9+
sdkOptions?: SDKOptions;
1010
}
1111

1212
/**

0 commit comments

Comments
 (0)