UNPKG

bigquery-client

Version:

A feature-rich Node.js client for Google BigQuery with support for CRUD operations, transactions, query building, and advanced features like aggregate functions, pagination, and logging.

3 lines (2 loc) 180 B
import 'reflect-metadata'; export declare function Relation(type: 'one-to-many' | 'many-to-one', target: Function, options?: any): (targetClass: any, propertyKey: string) => void;