1
0
forked from PGL/Clyde

added BibTex File Type

This commit is contained in:
Bartha Maxime 2024-04-18 14:39:57 +02:00
parent 3281bf1d7e
commit da2c0f472d

View File

@ -3,6 +3,8 @@ package ovh.herisson.Clyde.Tables;
public enum FileType {
ProfilePicture,
EducationCertificate,
Article,
Research,
ResearchBibTex,
JustificationDocument
}