Ask a question to get started
Enter to send•Shift+Enter new line
NamespacePath = tuple[str | Literal['*'], ...]
A tuple representing a namespace path that can include wildcards.
("users",) # Exact users namespace ("documents", "*") # Any sub-namespace under documents ("cache", "*", "v1") # Any cache category with v1 version