noticeUwuzu/miq/miq.d.ts

13 lines
188 B
TypeScript

type MiQType =
"Buffer" |
"Base64"
export interface MiQOptions {
type: MiQType;
color: boolean;
text: string;
iconURL: string;
userName: string;
userID: string;
}