export const DB_NAME = 'stream-chat-react-native';
export const DB_LOCATION = 'databases';
export const DB_STATUS_ERROR = 1;
