-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Hello.
Sorry, if I don't understand how it works.
In d.ts file we have such declaration
declare interface RowDataPacket {
constructor: {
name: 'RowDataPacket'
};
[column: string]: any;
[column: number]: any;
}
But actually RowDataPacket is a binaryRow and thus it has same name in constructor.
thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels