export interface AllDataType { aid: number; bvid: string | null; description: string | null; uid: number | null; tags: string | null; title: string | null; published_at: string | null; }