Interface IClubSearchConfig

Hierarchy

Properties

cattegories?: ClubCategories

Filter the entries by a category

letter?: string

Return entries starting with the given letter

limit?: number

Number of results that should be limited per page

order_by?: "name" | "mal_id" | "members_count" | "created"

Get entries by order of a field

page?: number

Page of the results to go

q?: string

Search term

sort?: Sorting

Search query sort direction

type?: ClubAccess

Access type of the club

Generated using TypeDoc