interface ProjectEventBase {
    projectId: string;
}

Hierarchy (View Summary)

Properties

Properties

projectId: string