// 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', PLAYBOOK_RUN_ATTRIBUTE: 'PlaybookRunAttribute', PLAYBOOK_RUN_ATTRIBUTE_VALUE: 'PlaybookRunAttributeValue', };