Preparing search index...
    GetTypes: { [P in keyof T]: GetValueType<T[P]> | null }

    Type Parameters