Type alias QueryRow

QueryRow: {
    [key: string]: any;
}

A single query row, as an object.

Type declaration

  • [key: string]: any