Skip to content

Commit

Permalink
chore: correct VueKuzzleOptions type
Browse files Browse the repository at this point in the history
  • Loading branch information
sebtiz13 committed Apr 24, 2024
1 parent 2fe3ca1 commit 895b1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import type { Backends, SDKOptions } from './types';

export interface VueKuzzleOptions {
backends: Backends;
sdkOptions: SDKOptions;
sdkOptions?: SDKOptions;
}

/**
Expand Down

0 comments on commit 895b1a6

Please sign in to comment.