1 line
62 B
TypeScript
1 line
62 B
TypeScript
|
export type DBInDataType = string | number | null | undefined;
|