UNPKG

@sqb/connect

Version:

Multi-dialect database connection framework written with TypeScript

4 lines (3 loc) 223 B
import { EmbeddedFieldOptions } from '../model/embedded-field-metadata.js'; import { TypeThunk } from '../orm.type.js'; export declare function Embedded(type?: TypeThunk, options?: EmbeddedFieldOptions): PropertyDecorator;