@camunda8/sdk
    Preparing search index...

    Interface CreateCollaboratorDto

    interface CreateCollaboratorDto {
        email: string;
        projectId: string;
        role: "project_admin" | "editor" | "viewer" | "commenter";
    }
    Index

    Properties

    Properties

    email: string
    projectId: string
    role: "project_admin" | "editor" | "viewer" | "commenter"