GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

Nullable

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

Signature

export type Nullable<T> = {    [P in keyof T]: T[P] | null;};

Members

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