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

    Interface TypedVariablePage

    One page of variable search results.

    interface TypedVariablePage {
        endCursor: string | null;
        items: readonly TypedVariableItem[];
    }
    Index

    Properties

    Properties

    endCursor: string | null

    Cursor for the next page, or null when there are no more pages.

    items: readonly TypedVariableItem[]