zammad/app/frontend/shared/components/ObjectAttributes/attributes/AttributeBoolean/index.ts
2026-01-02 15:41:09 +02:00

8 lines
219 B
TypeScript

// Copyright (C) 2012-2026 Zammad Foundation, https://zammad-foundation.org/
import AttributeBoolean from './AttributeBoolean.vue'
export default {
dataTypes: ['boolean', 'active'],
component: AttributeBoolean,
}