Skip to content

Type Alias: ProjectDetails

ts
type ProjectDetails = z.infer<typeof ProjectDetailsSchema>;

Defined in: src/agile/models/projectDetails.ts:51