Files
Ai/drf_spectacular/types.py
T
2026-05-05 01:46:10 +03:30

9 lines
131 B
Python

class OpenApiTypes:
STR = str
INT = int
BOOL = bool
UUID = str
DATE = str
DATETIME = str
OBJECT = dict