Your IP : 216.73.217.13


Current Path : /var/www/recommendations/www/node_modules/mysql2/typings/mysql/lib/protocol/packets/
Upload File :
Current File : /var/www/recommendations/www/node_modules/mysql2/typings/mysql/lib/protocol/packets/Field.d.ts

declare interface Field {
  constructor: {
    name: 'Field';
  };
  db: string;
  table: string;
  name: string;
  type: string;
  length: number;
  string: () => any;
  buffer: () => any;
  geometry: () => any;
}

export { Field };