interface Aggregator {
    handle: string;
    key: string;
    limit: bigint;
}

Properties

Properties

handle: string
key: string
limit: bigint