Skip to content

Commit 5033ace

Browse files
author
Andrei Neagu
committed
rpc namespace
1 parent e8c4c8c commit 5033ace

File tree

1 file changed

+9
-0
lines changed
  • packages/models-library/src/models_library/api_schemas_notifications

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
from typing import Final
2+
3+
from pydantic import TypeAdapter
4+
5+
from ..rabbitmq_basic_types import RPCNamespace
6+
7+
NOTIFICATIONS_RPC_NAMESPACE: Final[RPCNamespace] = TypeAdapter(
8+
RPCNamespace
9+
).validate_python("notifications")

0 commit comments

Comments
 (0)