conda-incubator / conda-store-ui

conda-store-ui is a frontend for conda-store powered by react
https://conda-incubator.github.io/conda-store-ui/
BSD 3-Clause "New" or "Revised" License
13 stars 18 forks source link

Lockfile type definition is too generic #413

Open gabalafou opened 3 weeks ago

gabalafou commented 3 weeks ago

At the time of writing:

type Lockfile = Record<string, any>;

But elsewhere in the code we have:

spec.lockfile.metadata.channels

So it would be good to better define the Lockfile type.