Skip to main content
Go to Latest
type alias TRecordFromEnumKey
import { type TRecordFromEnumKey } from "https://deno.land/x/openbox@1.1.8/deps.ts";

Type Parameters

K extends Record<string, string | number>
T extends TSchema
definition: Ensure<TObject<[_ in K[keyof K]]: T>>