export interface CourseAdmin { id: number; title: string; skill: string; created_at: string; }