Interface SecureSetCounterItem

interface SecureSetCounterItem {
    id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

id: number

User ID

Generated using TypeDoc