Type alias Invert<T>

Invert<T>: {
    [K in keyof T as T[K]]: K
}

Type Parameters

Generated using TypeDoc