mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-29 22:10:52 +01:00
fix(+page.svelte): add type annotation for typeOptions array for better type safety
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
let showInfoModal = false;
|
||||
|
||||
const typeOptions = [
|
||||
const typeOptions: Array<{ value: 'simple' | 'must' | 'only' | 'not'; label: string }> = [
|
||||
{ value: 'simple', label: 'Preferred' },
|
||||
{ value: 'must', label: 'Must Include' },
|
||||
{ value: 'only', label: 'Must Only Be' },
|
||||
|
||||
Reference in New Issue
Block a user