@camunda8/sdk
    Preparing search index...

    Interface ProjectCollaboratorDto

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

    Properties

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