Interface AccountGetCountersParams

interface AccountGetCountersParams {
    filter?: string | string[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

filter?: string | string[]

Generated using TypeDoc