Type alias Only<T, U>

Only<T, U>: { [ P in keyof T]: T[P] } & { [ P in keyof U]?: never }

Type Parameters

  • T

  • U

Generated using TypeDoc