mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-10 05:51:53 +08:00
6 lines
184 B
Python
6 lines
184 B
Python
from typing import Any, Callable, Optional
|
|
|
|
def staff_member_required(
|
|
view_func: Optional[Callable] = ..., redirect_field_name: str = ..., login_url: str = ...
|
|
) -> Callable: ...
|