Type Alias ProjectDetails

ProjectDetails: {
    attachments: ProjectAttachment[];
    first_vista: {
        details: View["details"];
        name: string;
        project: number;
    };
} & Permissions