Interface SecureSetCounterParams

interface SecureSetCounterParams {
    counter?: number;
    counters?: string | string[];
    increment?: number | boolean;
    user_id?: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

counter?: number

counter value.

counters?: string | string[]
increment?: number | boolean
user_id?: number

Generated using TypeDoc