Skip to content

Commit

Permalink
fix: let pathLength.source be a flexible string
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwenk committed Nov 23, 2021
1 parent 33c7c46 commit 1eff24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/spectrum/pathLength.d.ts
@@ -1,5 +1,5 @@
export interface PathLength {
min: number;
max: number;
source: 'default' | 'automatic' | 'manual';
source: string;
}

0 comments on commit 1eff24a

Please sign in to comment.