interface ProjectInfoModalProps {
    collaborators: string[];
    createdAt: string;
    lastModified: string;
    name: string;
    numberOfImages: string;
    numberOfStructures: string;
    onClose: () => void;
    open: boolean;
    owner: string;
}

Properties

collaborators: string[]
createdAt: string
lastModified: string
name: string
numberOfImages: string
numberOfStructures: string
onClose: () => void
open: boolean
owner: string