diff --git a/cli/src/types/global.d.ts b/cli/src/types/global.d.ts index 785d1e9ff..d7f435959 100644 --- a/cli/src/types/global.d.ts +++ b/cli/src/types/global.d.ts @@ -121,7 +121,7 @@ declare global { type OmitSubscribeOptions = Omit< SubscribeOptions, - 'format' | 'outputMode' | 'protobufPath' | 'protobufMessageName' | 'debug' | 'fileWrite' | 'fileSave' + 'format' | 'outputMode' | 'protobufPath' | 'protobufMessageName' | 'debug' | 'fileWrite' | 'fileSave' | 'delimiter' > interface BenchSubscribeOptions extends OmitSubscribeOptions {