Type alias TCustomOptions

TCustomOptions: {
    delayMs: number;
    inbox: string;
    maxAttempts: number;
}

Type declaration

  • delayMs: number
  • inbox: string
  • maxAttempts: number

Generated using TypeDoc