// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. // See LICENSE.txt for license information. import Model from '@nozbe/watermelondb/Model'; /** * The Post model is the building block of communication in the Mattermost app. */ export default class Post extends Model { }