Unsigned<Type>: {
    [Property in keyof Type as Exclude<Property, "signature">]: Type[Property]
}

Type Parameters

  • Type