UNPKG

@techmmunity/symbiosis

Version:

Symbiosis - The Ultimate OM For All Databases

4 lines (3 loc) 285 B
import type { BaseConnectionOptions } from "../../../../connection/types/connection-options"; import type { MetadataType } from "../../../types/metadata-type"; export declare const generateDate: (type: MetadataType, connectionOptions: BaseConnectionOptions) => string | number | Date;