diff --git a/types.d.ts b/types.d.ts index 01dce46..cf7b22c 100644 --- a/types.d.ts +++ b/types.d.ts @@ -17,7 +17,7 @@ declare module "hot-shots" { path?: string; port?: number; prefix?: string; - protocol?: 'tcp' | 'udp' | 'uds'; + protocol?: 'tcp' | 'udp' | 'uds' | 'stream'; sampleRate?: number; socket?: dgram.Socket; suffix?: string;