UNPKG

alapa

Version:

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

5 lines (4 loc) 265 B
import { ColumnOptions } from "typeorm"; type ShortDateType = "year" | "month" | "day" | "hour" | "minute" | "second"; export declare function ShortDateColumn(type: ShortDateType, options?: ColumnOptions): (object: object, propertyName: string) => void; export {};