Optional asasHtml is a boolean indicating whether to return the result as HTML.
Optional charactercharacterMediaOnList is a boolean indicating whether the character media is on the list.
Optional charactercharacterMediaPage is a number representing the page number of the character media.
Optional charactercharacterMediaPerPage is a number representing the number of character media per page.
Optional charactercharacterMediaSort is an array of strings representing the sort order of the character media.
Optional characterscharactersPage is a number representing the page number of the characters.
Optional characterscharactersPerPage is a number representing the number of characters per page.
Optional characterscharactersSort is an array of strings representing the sort order of the characters.
Optional idid is a number representing the id of the staff.
Optional id_id_in is an array of numbers representing the ids to include in the search.
Optional id_id_not is a number representing the id not to include in the search.
Optional id_id_not_in is an array of numbers representing the ids not to include in the search.
Optional isisBirthday is a boolean indicating whether it's the staff's birthday.
Optional searchsearch is a string representing the search term.
Optional sortsort is an array of strings representing the sort order of the staff.
Optional staffstaffMediaOnList is a boolean indicating whether the staff media is on the list.
Optional staffstaffMediaPage is a number representing the page number of the staff media.
Optional staffstaffMediaPerPage is a number representing the number of staff media per page.
Optional staffstaffMediaSort is an array of strings representing the sort order of the staff media.
Optional staffstaffMediaType is a string representing the type of the staff media.
StaffVariablesis an interface representing the variables for theStaffQuery. It includes optional parameters for querying staff data.