interface Limit {
    data?: bigint;
    duration?: number;
}

Properties

Properties

data?: bigint
duration?: number