4 lines
91 B
Python
4 lines
91 B
Python
from typing import Union
|
|
|
|
DocumentTokens = dict[str, Union[str, dict[str, str], bytes]]
|