import { type ArrayValueType } from "https://deno.land/x/fathym_common@v0.0.141/src/src.deps.ts";
Get array values type
definition: T extends Array<infer V> ? V : never
x/fathym_common/src/src.deps.ts>ArrayValueType
import { type ArrayValueType } from "https://deno.land/x/fathym_common@v0.0.141/src/src.deps.ts";
Get array values type