GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

Awaitable

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

Signature

export type Awaitable<V> = Promise<V> | V;

Members

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