Interface StorageGetKeysParams

interface StorageGetKeysParams {
    count?: number;
    offset?: number;
    user_id?: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

count?: number

amount of variable names the info needs to be collected from.

offset?: number
user_id?: number

user id, whose variables names are returned if they were requested with a server method.

Generated using TypeDoc