maxkb/ui/src/enums/tool.ts
wangdan-fit2cloud d90805acbb fix: bugs
2025-06-26 21:13:52 +08:00

5 lines
99 B
TypeScript

export enum ToolType {
CUSTOM = 'common.custom',
INTERNAL = 'views.tool.toolStore.internal',
}