import * as z from "zod"; export type GetSocialBilibiliLiveroomRequest = { mid?: string | undefined; room_id?: string | undefined; }; export declare const GetSocialBilibiliLiveroomRequest$zodSchema: z.ZodType; /** * 主播佩戴的头像框、大航海等级等信息,结构可能比较复杂。 */ export type NewPendants = {}; export declare const NewPendants$zodSchema: z.ZodType; /** * 成功!返回直播间的详细信息。 */ export type GetSocialBilibiliLiveroomResponse = { uid?: number | undefined; room_id?: number | undefined; short_id?: number | undefined; attention?: number | undefined; online?: number | undefined; live_status?: number | undefined; area_id?: number | undefined; parent_area_name?: string | undefined; area_name?: string | undefined; background?: string | undefined; title?: string | undefined; user_cover?: string | undefined; description?: string | undefined; live_time?: string | undefined; tags?: string | undefined; hot_words?: Array | undefined; new_pendants?: NewPendants | undefined; }; export declare const GetSocialBilibiliLiveroomResponse$zodSchema: z.ZodType; //# sourceMappingURL=getsocialbilibililiveroomop.d.ts.map