feat: add type stubs for cli, codegen, and security modules
This commit is contained in:
7
openapi_first/security.pyi
Normal file
7
openapi_first/security.pyi
Normal file
@@ -0,0 +1,7 @@
|
||||
from typing import Any
|
||||
|
||||
def parse_security_schemes(spec: dict[str, Any]) -> dict[str, dict[str, Any]]: ...
|
||||
def make_security_dependencies(
|
||||
spec: dict[str, Any],
|
||||
security_schemes: dict[str, dict[str, Any]],
|
||||
) -> dict[str, list[Any]]: ...
|
||||
Reference in New Issue
Block a user