Skip to main content
Module

x/typeorm/src/metadata-args/GeneratedMetadataArgs.ts>GeneratedMetadataArgs

Forked from https://github.com/typeorm/typeorm
Latest
interface GeneratedMetadataArgs
import { type GeneratedMetadataArgs } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/metadata-args/GeneratedMetadataArgs.ts";

Arguments for Generated decorator class.

Properties

readonly
target: Function | string

Class to which decorator is applied.

readonly
propertyName: string

Class's property name to which decorator is applied.

readonly
strategy: "uuid" | "increment" | "rowid"

Generation strategy.