This commit is contained in:
Luiz Silva 2024-09-16 18:21:46 -03:00
parent f06f666cb4
commit e87d0a0239
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
export const extensoes: {
ext: string
tipo: string
tipo: "imagem" | "documento" | "vídeo"
mime: string
}[] = [
{