Skip to content

ArgDefinitionOverrides

Definition of an arg of kind K with the kind discriminator removed.

Signatures

ts
type ArgDefinitionOverrides<K extends ArgKind> = Omit<ArgDefinitionByKind[K], "kind">;

See Also

Released under the MIT License.