Little doubt about sharing (Client and Server)

Help please

people, I’m stopping working on the MTA SAN base and going to FIVEM, I have a doubt that I can’t find anywhere, which is the file situation (Shared.lua), it’s a type of file that we put global variables in it and the Client and server files can read. I wanted to know if fiveM has it because I tried to add it and I couldn’t.

----------------------------- PT-BR
gente eu estou parando de mexer na base do MTA SAN e indo para o FIVEM, estou com uma duvida que nao acho em lugar nenhum, que é a situação do aquivo (Shared.lua), é um tipo de aquivo que colocamos variaveis globais nele e os arquivos Client e server consegue ler. Queria saber se no fiveM tem isso pois tentei adicionalo e nao consegui.

-------------------------- Exmeple
=======Shared======
Money = 600
======= Client ======
press [E] to take the car out (Money Dollars)
======= Server ======
function dmv.car()
function to take money from the player
end