mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-31 20:29:55 +02:00
9 lines
268 B
TypeScript
9 lines
268 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',
|
|
TypeChanged = 'card.card.TypeChanged'
|
|
}
|