ragflow/web/src/constants/permission.ts
balibabu 0d7e52338e
Fix: Fixed an issue where knowledge base could not be shared #9634 (#9642)
### 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)
2025-08-22 09:34:11 +08:00

4 lines
61 B
TypeScript

export enum PermissionRole {
Me = 'me',
Team = 'team',
}