Configure your vocations
Inside the utils folder, there is a file called enum.ts. He is responsible for several static configurations in our project, and one of them is the configuration of our vocations.
initial_id
is the initial ID of the vocation.
last_id
is the final ID of the vocation.
text
is the name of the vocation.
Example Configuration:
Last updated