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

    Type Alias FilterIn<T, U, Mode>

    FilterIn: T extends object
        ? { [K in keyof Pick<T, SelectKeys<T, U, Mode>>]: U & T[K] }
        : T

    Construct a new type with only the properties of T which are assignable to U

    Type Parameters

    • T
    • U
    • Mode extends "normal" | "invert" = "normal"