mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
fix: merge conflict
This commit is contained in:
@@ -184,6 +184,13 @@ export type User = {
|
||||
email: string;
|
||||
};
|
||||
|
||||
export enum BlockUIType {
|
||||
STANDARD = "Standard",
|
||||
INPUT = "Input",
|
||||
OUTPUT = "Output",
|
||||
NOTE = "Note",
|
||||
}
|
||||
|
||||
export type UserData = {
|
||||
user_id: string;
|
||||
email: string;
|
||||
|
||||
Reference in New Issue
Block a user