v25.8.5@uwuzu1.6.4
This commit is contained in:
Vendored
+12
@@ -0,0 +1,12 @@
|
||||
type MiQType =
|
||||
"Buffer" |
|
||||
"Base64"
|
||||
|
||||
export interface MiQOptions {
|
||||
type: MiQType;
|
||||
color: boolean;
|
||||
text: string;
|
||||
iconURL: string;
|
||||
userName: string;
|
||||
userID: string;
|
||||
}
|
||||
Reference in New Issue
Block a user