mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 04:04:16 +00:00
upd: convertAccount now fetches info from the DB
This commit is contained in:
@@ -2,6 +2,6 @@ namespace Entity {
|
||||
export type Field = {
|
||||
name: string
|
||||
value: string
|
||||
verified_at: string | null
|
||||
verified_at?: string | null
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,5 +3,6 @@ namespace MisskeyEntity {
|
||||
name: string;
|
||||
value: string;
|
||||
verified?: string;
|
||||
verified_at?: string;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user