v7.5
This commit is contained in:
Vendored
+1
-1
@@ -41,7 +41,7 @@ interface legalTypes {
|
||||
|
||||
interface adminTypes {
|
||||
name: string;
|
||||
showMail: boolean;
|
||||
showMail: string | false;
|
||||
}
|
||||
|
||||
interface uwuzuTypes {
|
||||
|
||||
Vendored
+8
-5
@@ -25,18 +25,21 @@ export interface meApi {
|
||||
|
||||
export interface ueuse {
|
||||
uniqid: string;
|
||||
relpyid: string;
|
||||
reuseid: string;
|
||||
text: string;
|
||||
account: {
|
||||
username: string;
|
||||
userid: string;
|
||||
user_icon: string;
|
||||
user_header: string;
|
||||
is_bot: boolean;
|
||||
};
|
||||
photo1: Base64URLString;
|
||||
photo2: Base64URLString;
|
||||
photo3: Base64URLString;
|
||||
photo4: Base64URLString;
|
||||
video1: Base64URLString;
|
||||
photo1: string;
|
||||
photo2: string;
|
||||
photo3: string;
|
||||
photo4: string;
|
||||
video1: string;
|
||||
favorite: Array<string>;
|
||||
favorite_cnt: string;
|
||||
datetime: string;
|
||||
|
||||
Reference in New Issue
Block a user