Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias TypeFromProps
import { type TypeFromProps } from "https://deno.land/x/embassyd_sdk@v0.3.3.0.6/utils/propertiesMatcher.ts";
definition: A extends Record<string, unknown> ? readonly [K in keyof A & string]: _<GuardAll<A[K]>> : unknown