interface ProjectCollaboratorDto {
    email: string;
    name: string;
    projectId: string;
    role: string;
}

Properties

email: string
name: string
projectId: string
role: string

Generated using TypeDoc