### What problem does this PR solve? Fix: Fixed an issue where knowledge base could not be shared #9634 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
4 lines
61 B
TypeScript
4 lines
61 B
TypeScript
export enum PermissionRole {
|
|
Me = 'me',
|
|
Team = 'team',
|
|
}
|