@fivetrandevelopers/zetasql
Version:
ZetaSQL gRPC server and client
17 lines • 493 B
JavaScript
;
// Original file: null
Object.defineProperty(exports, "__esModule", { value: true });
exports._google_protobuf_FieldOptions_JSType = exports._google_protobuf_FieldOptions_CType = void 0;
// Original file: null
exports._google_protobuf_FieldOptions_CType = {
STRING: 0,
CORD: 1,
STRING_PIECE: 2,
};
// Original file: null
exports._google_protobuf_FieldOptions_JSType = {
JS_NORMAL: 0,
JS_STRING: 1,
JS_NUMBER: 2,
};
//# sourceMappingURL=FieldOptions.js.map