+ create user, login, logout
This commit is contained in:
@@ -4,6 +4,12 @@ import * as Y from "yjs";
|
||||
|
||||
export type ConnectionStatus = "connecting" | "connected" | "offline";
|
||||
|
||||
export interface User{
|
||||
userid: string,
|
||||
private_key: CryptoKey,
|
||||
public_key: CryptoKey | undefined,
|
||||
}
|
||||
|
||||
export interface OptionRecord {
|
||||
id: string;
|
||||
label: string;
|
||||
|
||||
Reference in New Issue
Block a user