@servicenow/sdk - v4.4.1
    Preparing search index...

    Basic callable step interface

    interface ActionStep<I, O> {
        output: O;
        (id: string | ExplicitKey<string>, config: I): void;
    }

    Type Parameters

    • I
    • O

    Hierarchy (View Summary)

    • Parameters

      Returns void

    Index

    Properties

    Properties

    output: O