type alias ExtractAtomValueimport { type ExtractAtomValue } from "https://deno.land/x/jotai@v2.0.4/src/vanilla.ts"; Type ParametersAtomTypedefinition: AtomType extends Atom<infer Value> ? Value : never