mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
8 lines
94 B
TypeScript
8 lines
94 B
TypeScript
export declare enum Transport {
|
|
TCP = 0,
|
|
REDIS = 1,
|
|
NATS = 2,
|
|
MQTT = 3,
|
|
GRPC = 4,
|
|
}
|