Preparing search index...
    GetNames: { [P in keyof T]: FilterNames<T[P], P> }[keyof T]

    Type Parameters