Interface DonutGetSubscriptionsParams

interface DonutGetSubscriptionsParams {
    count?: number;
    fields?: BaseUserGroupFields[];
    offset?: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

count?: number
offset?: number

Generated using TypeDoc