GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

StrictPartial

API/Type Aliases/StrictPartial
seyfert/lib/types/utils/index.d.ts

Signature

export type StrictPartial<Base> = AddUndefinedToPossiblyUndefinedPropertiesOfInterface<Partial<Base>>;

Members

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