Skip to content

Commit

Permalink
fix: type props to optional
Browse files Browse the repository at this point in the history
  • Loading branch information
yutak23 committed Nov 20, 2023
1 parent 335611a commit a251830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/mysql/lib/protocol/packets/FieldPacket.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ declare interface FieldPacket {
orgTable: string;
protocol41?: boolean;
table: string;
type: number;
type?: number;
columnType?: number
zerofill?: boolean;
typeName?: string;
Expand Down

0 comments on commit a251830

Please sign in to comment.