feat: bot enable and pipeline binding

This commit is contained in:
Junyan Qin
2025-05-08 12:09:20 +08:00
parent 2893c30f5c
commit 436b45c05c
5 changed files with 145 additions and 1 deletions
@@ -0,0 +1,9 @@
export interface IChooseAdapterEntity {
label: string;
value: string;
}
export interface IPipelineEntity {
label: string;
value: string;
}