mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-11 00:06:04 +00:00
fix: bug in submit
This commit is contained in:
@@ -64,15 +64,15 @@ export interface ApiRespPipelines {
|
||||
}
|
||||
|
||||
export interface Pipeline {
|
||||
uuid: string;
|
||||
uuid?: string;
|
||||
name: string;
|
||||
description: string;
|
||||
for_version: string;
|
||||
for_version?: string;
|
||||
config: object;
|
||||
stages: string[];
|
||||
is_default: boolean;
|
||||
created_at: string;
|
||||
updated_at: string;
|
||||
stages?: string[];
|
||||
is_default?: boolean;
|
||||
created_at?: string;
|
||||
updated_at?: string;
|
||||
}
|
||||
|
||||
export interface ApiRespPlatformAdapters {
|
||||
|
||||
Reference in New Issue
Block a user