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

    Type Alias BaseWaitStateDetails

    Common fields shared by all wait-state details variants.

    type BaseWaitStateDetails = {
        waitStateType: string;
    }
    Index
    waitStateType: string

    The wait state type discriminator.