GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

AtLeastOne

API/Type Aliases/AtLeastOne
seyfert/lib/common/types/util.d.ts

Signature

export type AtLeastOne<T, U = {    [K in keyof T]: Pick<T, K>;}> = Partial<T> & U[keyof U];

Members

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