svelte-kanban icon indicating copy to clipboard operation
svelte-kanban copied to clipboard

Describe $columns store objects via Typescript

Open dev-guy opened this issue 2 years ago • 0 comments

Typescript-aware editors like VSCode complain that the properties in $columns are untyped ('any'). I don't have an opinion on whether these objects are typed via Typescript types or interfaces. Both are fine in my opinion but maybe one is easier than the other given the existing code base. Types seem to be more common in this code base -- there are no interfaces yet.

dev-guy avatar Sep 11 '23 14:09 dev-guy