Interface IMagazineConfig

Hierarchy

Properties

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" | "count"

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

Generated using TypeDoc