Dashboard  2
Lot's of data
Loading...
Searching...
No Matches
constants.ts
Go to the documentation of this file.
1/*
2** EPITECH PROJECT, 2024
3** area-rattrapage
4** File description:
5** constants.ts
6*/
7
8/**
9* @file constants.ts
10* @brief File containing all the constants of the app
11*/
12
13export const CONSTANTS = {
14 JSON_TITLE: 'title',
15 JSON_MESSAGE: 'msg',
16 JSON_RESP: 'resp',
17 JSON_ERROR: 'error',
18 JSON_LOGGED_IN: 'logged_in',
19 SUCCESS: 0,
20 ERROR: 84
21};