UNPKG

@fivetrandevelopers/zetasql

Version:
13 lines (12 loc) 336 B
/// <reference types="long" /> import type { Long } from '@grpc/proto-loader'; export interface TableRefProto { 'name'?: (string); 'serializationId'?: (number | string | Long); 'fullName'?: (string); } export interface TableRefProto__Output { 'name': (string); 'serializationId': (Long); 'fullName': (string); }