@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias UserRequest

    type UserRequest = {
        email?: string;
        name?: string;
        password: string;
        username: string;
    }
    Index

    Properties

    email?: string

    The email of the user.

    name?: string

    The name of the user.

    password: string

    The password of the user.

    username: string

    The username of the user.