@fivetrandevelopers/zetasql
Version:
ZetaSQL gRPC server and client
8 lines (7 loc) • 502 B
TypeScript
import type { FreestandingDeprecationWarning as _zetasql_FreestandingDeprecationWarning, FreestandingDeprecationWarning__Output as _zetasql_FreestandingDeprecationWarning__Output } from '../zetasql/FreestandingDeprecationWarning';
export interface TVFSignatureOptionsProto {
'additionalDeprecationWarning'?: (_zetasql_FreestandingDeprecationWarning)[];
}
export interface TVFSignatureOptionsProto__Output {
'additionalDeprecationWarning': (_zetasql_FreestandingDeprecationWarning__Output)[];
}