from django.urls.resolvers import URLPattern from typing import List def staticfiles_urlpatterns(prefix: None = ...) -> List[URLPattern]: ...