Type alias LimitUsage

LimitUsage: {
    limit: bigint;
    used: bigint;
}

Represents the usage limit for a rule.

Type declaration

  • limit: bigint
  • used: bigint