Coverage for faststream / rabbit / types.py: 0%
1 statements
« prev ^ index » next coverage.py v7.13.5, created at 2026-05-08 01:48 +0000
« prev ^ index » next coverage.py v7.13.5, created at 2026-05-08 01:48 +0000
1from typing import TypeAlias
3import aio_pika
5from faststream._internal.basic_types import SendableMessage
7AioPikaSendableMessage: TypeAlias = aio_pika.Message | SendableMessage