mirror of
https://github.com/makeplane/plane.git
synced 2026-07-12 21:40:18 +02:00
* fix: initial services package setup * fix: services packages updates * fix: services changes * fix: merge conflicts * chore: file structuring * fix: import fixes
4 lines
65 B
TypeScript
4 lines
65 B
TypeScript
export enum AI_EDITOR_TASKS {
|
|
ASK_ANYTHING = "ASK_ANYTHING",
|
|
}
|