export type ProjectType = { id: number; name: string; detail: string; createdAt: string; updatedAt: string; };