GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

InferWithPrefix

API/Type Aliases/InferWithPrefix
seyfert/lib/commands/applications/shared.d.ts

Signature

export type InferWithPrefix = InternalOptions extends {    withPrefix: infer P;} ? P : false;

Members

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