GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

OnOptionsReturnObject

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

Signature

export type OnOptionsReturnObject = Record<string, {    failed: false;    value: unknown;} | {    failed: true;    value: string;    parseError: MessageCommandOptionErrors | undefined;}>;

Members

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