Files
server/src/datatypes.ts
T
Stone_Red cf9b9eefbb Add restaurant and organization controller
- Add restaurant controller
- Add organization controller
- Add files for types
2022-03-30 12:23:34 +02:00

5 lines
68 B
TypeScript

export const DataType = {
STRING: "String",
NUMBER: "Number"
};