Interface DonutGetFriendsParams

interface DonutGetFriendsParams {
    count?: number;
    fields?: string | string[];
    offset?: number;
    owner_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

count?: number
fields?: string | string[]
offset?: number
owner_id: number

Generated using TypeDoc