修复个人资料
This commit is contained in:
@@ -8,6 +8,8 @@ export type User = {
|
||||
password_hash: string;
|
||||
private_key_jwk: string;
|
||||
public_key_jwk: string;
|
||||
avatar_r2_key: string | null;
|
||||
header_r2_key: string | null;
|
||||
created_at: string;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user