interface Outcome {
    success: boolean;
}

Hierarchy

  • RateLimitOutcome
    • Outcome

Properties

Properties

success: boolean