@servicenow/sdk - v4.4.1
    Preparing search index...
    TriggerInstance: <const T extends TriggerDefinition, const TInputs>(
        trigger: T,
        triggerInstanceConfig: WithID<{ annotation?: string }>,
        inputs: TInputs & TriggerInputTypes<T>,
    ) => TriggerOutputTypes<T, ExtractTableFromInputs<TInputs>>

    Trigger instance function that captures the literal table name from inputs. This enables table-aware typing for params.trigger.current when a table is specified.

    Input fields with mandatory: true are required, all others are optional. Triggers without defined inputs do not accept any inputs.

    Type Declaration