initial commit
This commit is contained in:
6
packages/db/shared/helpers/decimal-helpers.d.ts
vendored
Normal file
6
packages/db/shared/helpers/decimal-helpers.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../generated/prisma';
|
||||
export declare const DecimalJSLikeSchema: z.ZodType<Prisma.DecimalJsLike>;
|
||||
export declare const DECIMAL_STRING_REGEX: RegExp;
|
||||
export declare const isValidDecimalInput: (v?: null | string | number | Prisma.DecimalJsLike) => v is string | number | Prisma.DecimalJsLike;
|
||||
//# sourceMappingURL=decimal-helpers.d.ts.map
|
||||
Reference in New Issue
Block a user