Skip to main content
Module

x/apex_core/model.ts>ObjectMap

JavaScript / Node.js support for the Apex language
Latest
type alias ObjectMap
import { type ObjectMap } from "https://deno.land/x/apex_core@v0.1.5/model.ts";

Type Parameters

optional
T = any
definition: { [key: string]: T; }