UNPKG

@sphereon/ssi-sdk.agent-config

Version:

11 lines 440 B
import { DateTimeType, DateType, SupportedDatabaseType } from './dataSources'; export declare const getDbType: (opts?: { defaultType: SupportedDatabaseType; }) => SupportedDatabaseType; export declare const typeOrmDateTime: (opts?: { defaultType: SupportedDatabaseType; }) => DateTimeType; export declare const typeormDate: (opts?: { defaultType: SupportedDatabaseType; }) => DateType; //# sourceMappingURL=typeormTypes.d.ts.map