Skip to main content
Module

x/domain_functions/src/types.ts>UnpackDFObject

Decouple your business logic from your framework. With first-class type inference from end to end.
Go to Latest
type alias UnpackDFObject
import { type UnpackDFObject } from "https://deno.land/x/domain_functions@v2.6.0/src/types.ts";

Type Parameters

Obj extends Record<string, DomainFunction>
definition: [K in keyof Obj]: UnpackData<Obj[K]> | never