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

    Type Alias SkillDefinitionWithID<TInputs, TTools>

    SkillDefinitionWithID: WithID<SkillDefinition<TInputs, TTools>>

    Type representing the skill definition with $id for ServiceNow record identification Generic over TInputs and TTools to preserve type safety through the entire configuration

    Type Parameters