mirror of
https://github.com/GithubOrgProjectPiza/server.git
synced 2026-09-04 00:26:07 +02:00
- Add restaurant controller - Add organization controller - Add files for types
5 lines
68 B
TypeScript
5 lines
68 B
TypeScript
export const DataType = {
|
|
STRING: "String",
|
|
NUMBER: "Number"
|
|
};
|