fix: merge conflict

This commit is contained in:
Nicholas Tindle
2024-09-11 13:20:21 -05:00
parent cc8b932bb4
commit e608491b70

View File

@@ -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;