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

    Type Alias ExtractInputTable<TInputs, RawO>

    ExtractInputTable: ExtractInputTableByField<
        TInputs,
        FindDependentFieldName<RawO> & string,
    >

    Extract the table name from inputs based on the dependent field name found in outputs.

    Type Parameters