GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

ObjectLiteral

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

Signature

export type ObjectLiteral<T = unknown> = {    [K in PropertyKey]: T;};

Members

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