mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 22:37:35 +00:00
8 lines
108 B
Go
8 lines
108 B
Go
![]() |
package projection
|
||
|
|
||
|
const (
|
||
|
CreatedAt = "created_at"
|
||
|
UpdatedAt = "updated_at"
|
||
|
DeletedAt = "deleted_at"
|
||
|
)
|