Skip to content

Commit

Permalink
SNOW-1833760: Fix FileAndStageBindStatement type (#977)
Browse files Browse the repository at this point in the history
  • Loading branch information
hd-o authored Jan 8, 2025
1 parent 817d82f commit cd3994a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -874,8 +874,8 @@ declare module 'snowflake-sdk' {
}

export interface FileAndStageBindStatement extends RowStatement {
hasNext(): () => boolean;
NextResult(): () => void;
hasNext: () => boolean;
NextResult: () => void;
}

export interface SnowflakeErrorExternal extends Error {
Expand Down

0 comments on commit cd3994a

Please sign in to comment.