@fivetrandevelopers/zetasql
Version:
ZetaSQL gRPC server and client
7 lines (6 loc) • 323 B
TypeScript
export declare const NameResolutionMode: {
readonly NAME_RESOLUTION_DEFAULT: 0;
readonly NAME_RESOLUTION_STRICT: 1;
};
export type NameResolutionMode = 'NAME_RESOLUTION_DEFAULT' | 0 | 'NAME_RESOLUTION_STRICT' | 1;
export type NameResolutionMode__Output = typeof NameResolutionMode[keyof typeof NameResolutionMode];