Binato/server/types/DBTypes.ts

1 line
62 B
TypeScript
Raw Normal View History

2023-10-04 15:10:38 +01:00
export type DBInDataType = string | number | null | undefined;