Skip to main content
Module

x/typeorm/src/index.ts>ObjectLiteral

Forked from https://github.com/typeorm/typeorm
Latest
interface ObjectLiteral
Re-export
import { type ObjectLiteral } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/index.ts";

Interface of the simple literal object with any string keys.

Index Signatures

[key: string]: any