Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias TypeFromProps
import { type TypeFromProps } from "https://deno.land/x/embassyd_sdk@v0.3.4.0.0-alpha2/utils/propertiesMatcher.ts";
definition: A extends Record<string, unknown> ? readonly [K in keyof A & string]: _<GuardAll<A[K]>> : unknown