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

    Type Alias UserResult

    type UserResult = {
        email: string | null;
        name: string | null;
        username: Username;
    }
    Index

    Properties

    Properties

    email: string | null

    The email of the user.

    name: string | null

    The name of the user.

    username: Username