Type Alias GenericSelectionSet

GenericSelectionSet: {
    [Key in PropertyKey]: unknown
}

A generic selection set without specific keys. Useful for type parameter baselines.