ts-mailcow-api
    Preparing search index...

    Interface DomainRatelimit

    Represents the rate limit settings for a domain.

    interface DomainRatelimit {
        domain: string;
        frame: string;
        value: string;
    }
    Index

    Properties

    Properties

    domain: string

    The domain associated with this rate limit.

    frame: string

    Rate limit frame, e.g., 's', 'm', 'h'.

    value: string

    The rate limit value.