mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-01 04:38:50 +02:00
8 lines
227 B
TypeScript
8 lines
227 B
TypeScript
export enum CardEvents {
|
|
TypeCreated = 'card.card.TypeCreated',
|
|
TagCreated = 'card.card.TagCreated',
|
|
RelationCreated = 'card.card.RelationCreated',
|
|
CardCreated = 'card.card.Created',
|
|
CardOpened = 'card.card.Opened'
|
|
}
|