Skip to content

RowDataPacket constructor #36

@ofcRS

Description

@ofcRS

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions