| Current Path : /var/www/recommendations/www/node_modules/mysql2/typings/mysql/lib/protocol/packets/ |
| 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 };