GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

Identify

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

Signature

export type Identify<T> = T extends infer U ? {    [K in keyof U]: U[K];} : never;

Members

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