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

    Type Alias SupportedNodeByKindName<K>

    SupportedNodeByKindName: Extract<
        typeof SupportedKinds[SupportedKind],
        { name: K },
    >["node"]

    Type Parameters