// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. // See LICENSE.txt for license information. export const PLAYBOOK_TABLES = { PLAYBOOK_RUN: 'PlaybookRun', PLAYBOOK_CHECKLIST: 'PlaybookChecklist', PLAYBOOK_CHECKLIST_ITEM: 'PlaybookChecklistItem', };