diff --git a/src/index.ts b/src/index.ts index f1a1671..4ae8da6 100644 --- a/src/index.ts +++ b/src/index.ts @@ -6,5 +6,4 @@ export { ExecuteOptions } from './types/ExecuteOptions'; export { SnowflakeError } from './types/SnowflakeError'; export { StatementAlreadyExecutedError } from './types/StatementAlreadyExecutedError'; export { StatementNotExecutedError } from './types/StatementNotExecutedError'; -export { StatementStreamingModeMismatchError } from './types/StatementStreamingModeMismatchError'; export { StreamRowsOptions } from './types/StreamRowsOptions';