mirror of
https://github.com/portainer/portainer.git
synced 2025-07-30 02:39:41 +02:00
7 lines
151 B
TypeScript
7 lines
151 B
TypeScript
|
export enum ResourceControlOwnership {
|
||
|
PUBLIC = 'public',
|
||
|
PRIVATE = 'private',
|
||
|
RESTRICTED = 'restricted',
|
||
|
ADMINISTRATORS = 'administrators',
|
||
|
}
|