Interface FaveGetPagesParams

interface FaveGetPagesParams {
    count?: number;
    fields?: BaseUserGroupFields[];
    offset?: number;
    tag_id?: number;
    type?: "groups" | "hints" | "users";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

count?: number
offset?: number
tag_id?: number
type?: "groups" | "hints" | "users"

Generated using TypeDoc