Files
Ai/drf_spectacular/types.py
T

9 lines
131 B
Python
Raw Normal View History

2026-05-05 01:46:10 +03:30
class OpenApiTypes:
STR = str
INT = int
BOOL = bool
UUID = str
DATE = str
DATETIME = str
OBJECT = dict