GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

SharedValue

API/Type Aliases/SharedValue
seyfert/lib/client/plugins/types.d.ts

Signature

export type SharedValue<T> = T extends SharedKey<infer Value, string> ? Value : never;

Members

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