variable ALLOWED_EXTENSIONS

readonly
ALLOWED_EXTENSIONS: readonly [
    "webp",
    "png",
    "jpg",
    "jpeg",
    "gif"
]