mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-02 19:41:45 +00:00
6 lines
54 B
Go
6 lines
54 B
Go
![]() |
package domain
|
||
|
|
||
|
const (
|
||
|
OrgOwnerRole = "ORG_OWNER"
|
||
|
)
|