Interface SignageAIQuota

Images the caller has left of their allowance. null when the feature is off

interface SignageAIQuota {
    domain_remaining_month: null | number;
    user_remaining_today: null | number;
}

Properties

domain_remaining_month: null | number

Candidates the current domain may still request this month

user_remaining_today: null | number

Candidates the current user may still request today