export interface YunzaiExceptionType {
    typeDict?: Record<number | string, {
        img: string;
        title: string;
        desc?: string;
    }>;
}
