mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-07-29 18:23:25 +08:00
feat: implement connection and database types
This commit is contained in:
@ -1,9 +1,8 @@
|
||||
import { User, UserRole } from "../types";
|
||||
import { User } from "../types";
|
||||
|
||||
export const localUser: User = {
|
||||
id: "local-user",
|
||||
name: "Local user",
|
||||
description: "",
|
||||
avatar: "",
|
||||
role: UserRole.User,
|
||||
};
|
||||
|
Reference in New Issue
Block a user