yunzai-micro-plugin
Version:
Yunzai开发管理面板
46 lines (45 loc) • 798 B
TypeScript
export declare const stdin: {
name: {
desc: string;
value: string;
type: string;
};
avatar: {
desc: string;
value: string;
type: string;
};
uin: {
desc: string;
value: string;
type: string;
};
user_id: {
desc: string;
value: number;
type: string;
};
disabled: {
desc: string;
value: boolean;
type: string;
};
};
export declare const onebotv11: {
url: {
desc: string;
value: string;
type: string;
};
address: {
desc: string;
value: any[];
type: string;
subType: string;
};
disabled: {
desc: string;
value: boolean;
type: string;
};
};