OnOptionsReturnObject
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.