Skip to content

Commit

Permalink
Migrate type alias to interface
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaitanLyss committed Sep 19, 2024
1 parent b4ba402 commit 94a2f3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@selenite/commons",
"version": "0.30.8",
"version": "0.30.9",
"repository": "github:ShaitanLyss/selenite-commons",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/lib/actions/box-selection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type { Action } from 'svelte/action';
/**
* Parameters of the box selection Svelte action.
*/
export type BoxSelectionParams = {
export interface BoxSelectionParams {
/** Is the box selection active. */
enabled?: boolean;
/** Selection callback. */
Expand Down

0 comments on commit 94a2f3d

Please sign in to comment.