Hoshimi
NPM
GuideAPI
Hoshimi
NPM
Guide
API

PickRequired

Make a type required.

API/Type Aliases/PickRequired
hoshimi/src/types/Manager.d.ts

Signature

type PickRequired<T, K extends keyof T> = {    [P in K]-?: T[P];} & Omit<T, K>;

Members

This export does not declare public properties or methods in the generated declaration file.