5 lines
119 B
TypeScript
5 lines
119 B
TypeScript
export declare const extensoes: {
|
|
ext: string;
|
|
tipo: "imagem" | "documento" | "vídeo";
|
|
mime: string;
|
|
}[];
|