UNPKG

alapa

Version:

A cutting-edge web development framework designed to revolutionize the way developers build modern web applications.

4 lines (3 loc) 250 B
import { ColumnOptions } from "typeorm"; export type TextColumnType = "text" | "longtext" | "shorttext" | "tinytext"; export declare function TextColumn(type?: TextColumnType, options?: ColumnOptions): (object: object, propertyName: string) => void;