@servicenow/sdk - v4.4.1
    Preparing search index...
    IsDocumentIdColumn: C extends { dependent: string } ? true : false

    Check if a column is a DocumentIdColumn by looking for the 'dependent' property. DocumentIdColumn is the only column type that has a required 'dependent' property.

    Type Parameters

    • C