feat: implement comprehensive map editing system with advanced geometry tools, replay management, and project session state modules.
Build and Release / release (push) Successful in 55s
Build and Release / release (push) Successful in 55s
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export interface ChatbotPayload {
|
||||
project_id?: string;
|
||||
question: string;
|
||||
}
|
||||
|
||||
export interface ChatbotResponse {
|
||||
status: boolean;
|
||||
data: string;
|
||||
}
|
||||
Reference in New Issue
Block a user