mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-30 01:32:49 +00:00
5 lines
171 B
TypeScript
5 lines
171 B
TypeScript
export enum hitHandlingMethod {
|
|
optimization = 'views.document.hitHandlingMethod.optimization',
|
|
directly_return = 'views.document.hitHandlingMethod.directly_return'
|
|
}
|