UNPKG

stream-chat-react-native-core

Version:

The official React Native and Expo components for Stream Chat, a service for building chat applications

13 lines 366 B
Object.defineProperty(exports, "__esModule", { value: true }); exports.SUCCESSFUL_QUERY_RESULT = exports.FAILED_QUERY_RESULT = void 0; var SUCCESSFUL_QUERY_RESULT = exports.SUCCESSFUL_QUERY_RESULT = { message: 'success', status: 0 }; var FAILED_QUERY_RESULT = exports.FAILED_QUERY_RESULT = { message: 'fail', status: 1 }; //# sourceMappingURL=consts.js.map